I did this
There is a potential null-dereference when calling BN_num_bits. Calling this API with a NULL pointer cause NULL-dereference.
I expected the following
It's better to check if n is NULL before calling this API.
curl/libcurl version
master
operating system
ubuntu
I did this
There is a potential null-dereference when calling BN_num_bits. Calling this API with a NULL pointer cause NULL-dereference.
I expected the following
It's better to check if n is NULL before calling this API.
curl/libcurl version
master
operating system
ubuntu