Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)
authorDavide Galassi <davide.galassi@gmail.com>
Fri, 2 Dec 2016 16:10:37 +0000 (17:10 +0100)
committerRich Salz <rsalz@openssl.org>
Sat, 10 Dec 2016 21:41:59 +0000 (16:41 -0500)
commit210fe4edee6514e4c1f0677adc9112c4459da02b
tree386087e8793f5d6d322bd55606b38f4d175c22e0
parenteb43101ff8c5c75d1ddf8b90de41d03cea1b0909
Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)

CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2021)
crypto/dso/dso_lib.c