Actions
Bug #3146
closedscan-build warning for asn1 parser
Affected Versions:
Effort:
Difficulty:
Label:
Description
util-decode-asn1.c:300:49: warning: Dereference of null pointer (loaded from field 'iter') node->id.class_tag = ASN1_BER_GET_CLASS_TAG(*ac->iter); ^~~~~~~~~ ./util-decode-asn1.h:53:16: note: expanded from macro 'ASN1_BER_GET_CLASS_TAG' ((id_octet >> 6) & 0x03) /* (8.1.2.2a) */ ^~~~~~~~ 1 warning generated.
Updated by Victor Julien about 5 years ago
- Related to Task #3153: tracking: scan-build warnings added
Updated by Philippe Antoine over 3 years ago
- Status changed from New to Closed
Removed asn1 C parser In favor of rust parser commit 275f6ae96f47860e870fddd90c5e787e1b600868
Actions