No need to check the return value of memcpy() if you actually checked this
authormiod <miod@openbsd.org>
Wed, 20 May 2015 04:33:35 +0000 (04:33 +0000)
committermiod <miod@openbsd.org>
Wed, 20 May 2015 04:33:35 +0000 (04:33 +0000)
commit115eecf6930562865b7847a8d7d746383b9a8f8f
tree299f8f4a8bdd82121850b2e034cb2baa43db67ce
parentd368760571ea1462ec159318982f02a2c877735f
No need to check the return value of memcpy() if you actually checked this
pointer for NULL the line above; ok doug@
lib/libcrypto/ec/ec_lib.c
lib/libssl/src/crypto/ec/ec_lib.c