Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
compat-openssl098.16428
CVE-2011-4576.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2011-4576.patch of Package compat-openssl098.16428
Index: openssl-0.9.8j/ssl/s3_enc.c =================================================================== --- openssl-0.9.8j.orig/ssl/s3_enc.c +++ openssl-0.9.8j/ssl/s3_enc.c @@ -480,6 +480,9 @@ int ssl3_enc(SSL *s, int send) /* we need to add 'i-1' padding bytes */ l+=i; + /* the last of these zero bytes will be overwritten + * with the padding length. */ + memset(&rec->input[rec->length], 0, i); rec->length+=i; rec->input[l-1]=(i-1); }
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