diff options
author | 2014-12-10 15:43:31 +0000 | |
---|---|---|
committer | 2014-12-10 15:43:31 +0000 | |
commit | 744da65f125f4a4ccb1e6204b9f3aa1a6b92da95 (patch) | |
tree | df567c7d6d17c5742cd55ab0e326e7497f662fc0 /lib/libc | |
parent | Remove support for GOST R 34.10-94 signature authentication, along with (diff) | |
download | wireguard-openbsd-744da65f125f4a4ccb1e6204b9f3aa1a6b92da95.tar.xz wireguard-openbsd-744da65f125f4a4ccb1e6204b9f3aa1a6b92da95.zip |
ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn
calls malloc(). Instead of silently continuing on failure, check the return
value of BIO_new() and propagate failure back to the caller for appropriate
handling.
ok bcook@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions