summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authorjsing <>2014-05-28 13:07:47 +0000
committerjsing <>2014-05-28 13:07:47 +0000
commit11b7ce9aaed6e67e7fb23fa5c3febf635a5e7c81 (patch)
tree38eb7a5e252ed5faa8e76893ddc332b7e97408c4 /src/lib/libcrypto
parent1904ce01988b6ea0f5775507b4d812459c5b3f50 (diff)
downloadopenbsd-11b7ce9aaed6e67e7fb23fa5c3febf635a5e7c81.tar.gz
openbsd-11b7ce9aaed6e67e7fb23fa5c3febf635a5e7c81.tar.bz2
openbsd-11b7ce9aaed6e67e7fb23fa5c3febf635a5e7c81.zip
EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of
the calls in libssl actually checks the return value before using it. Add NULL checks for the remaining three calls. ok miod@
Diffstat (limited to 'src/lib/libcrypto')
0 files changed, 0 insertions, 0 deletions