Actions
Bug #712
closedopenssl x509 is muddled in its bitwise ops
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
lib - userland libraries
Start date:
2011-02-08
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
Description
Searching for typoed boolean ops in place of bitwise:
source:usr/src/common/openssl/crypto/x509v3/pcy_tree.c@13283#L200: if (!(x->ex_flags && EXFLAG_SS) || (i == 0))
This is actually mentioned on the page that inspired this grep, and was fixed in OpenSSL here:
http://cvs.openssl.org/filediff?f=openssl/crypto/x509v3/pcy_tree.c&v1=1.5&v2=1.6
Related issues
Actions