Menu

#2 BIGNUM leak ?

open
nobody
None
5
2006-05-31
2006-05-31
stvv
No

in DigiDocCert.c in function ReadCertSerialNumber at
line 147 :

bn = ASN1_INTEGER_to_BN(bs, NULL);

I think that bn MUST be freed up by the caller, e.g.
BN_free(bn);

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.