int BN_bn2bin(const BIGNUM *a, unsigned char *to)

Not cardinal bug, but I used this function for get size for malloc buffer,
but this function don't verify 'to' parameter for NULL.
please put this line (or some else) into this function

if (!to) return(n);


Martin



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to