Commit ID: 100572B890006141AA3
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/05 18:04:43 UTC
Modified files:
lib/libssl/src/crypto/x509: x509_obj.c
Log message:
Two WTFs in OpenSSL commit 2919516136a4227d9e6d8f2fe66ef976aaf8c561
CVE-2016-2176
① EBCDIC‽
② C signed integer types, and not using size_t for in-memory object
sizes and lengths, is the root of much evil
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/lib/libssl/src/crypto/x509/x509_obj.c