CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/22 22:44:56
Modified files:
lib/libssl/src/crypto/evp: evp_key.c
Log message:
Check the return value of the UI functions (including UI_new() which return
value is happily dereferenced without checking it for being non-NULL).
ok beck@
