]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/bio/b_addr.c
Fix some malloc failures in b_addr.c
authorMatt Caswell <matt@openssl.org>
Wed, 4 May 2016 10:14:48 +0000 (11:14 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 May 2016 09:47:15 +0000 (10:47 +0100)
commit24854e0117000b81319665154c93e15743bf7de6
tree5cbf18e691065b3b427f840f760d857b297a8777
parent690b462126048d4d8ea3376cf13b4833d9f8801d
Fix some malloc failures in b_addr.c

There were some unchecked calls to OPENSSL_strdup().

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/b_addr.c