!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).
authorBen Laurie <ben@openssl.org>
Fri, 26 Dec 2008 15:32:59 +0000 (15:32 +0000)
committerBen Laurie <ben@openssl.org>
Fri, 26 Dec 2008 15:32:59 +0000 (15:32 +0000)
commitccf529928f0d032d8a83b54c0f7c546e59669811
tree30c3ad861df8a4493e433c876561b60022346de2
parent5ceb595dfa7e0919c5e2e8c9b49a221731e2baf6
!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).
crypto/asn1/bio_ndef.c