In EC_POINT_invert(), actually check the correct function pointer for NULL
authormiod <miod@openbsd.org>
Tue, 15 Apr 2014 18:55:21 +0000 (18:55 +0000)
committermiod <miod@openbsd.org>
Tue, 15 Apr 2014 18:55:21 +0000 (18:55 +0000)
commit712e1549f2981d8a2e158104225d76abcd6fcc58
tree66a76444607cd64d5bf9acc8202ede240a8c7df2
parent3bc43f52e10f74c4956eef2cc95c66f5dc832c92
In EC_POINT_invert(), actually check the correct function pointer for NULL
before attempting to invoke it; trivial one-liner in OpenSSL RT #2569 ignored
for 2.5 years.
lib/libcrypto/ec/ec_lib.c
lib/libssl/src/crypto/ec/ec_lib.c