Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
hcode
CVE-2024-34020-putSDN_OOB_write.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2024-34020-putSDN_OOB_write.patch of Package hcode
Index: hcode2.1-mailpatch3/mail.c =================================================================== --- hcode2.1-mailpatch3.orig/mail.c +++ hcode2.1-mailpatch3/mail.c @@ -240,7 +240,7 @@ int outCode; unsigned char ibuf[HDR_BUF_LEN],obuf[HDR_BUF_LEN],tbuf[HDR_BUF_LEN]; unsigned char *iptr, *tptr; - if ( cp >= HDR_BUF_LEN ) { + if ( cp >= (HDR_BUF_LEN-8) ) { pr2m(Printwc,fpout,outCode); return; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor