]> git.ipfire.org Git - thirdparty/openssl.git/commit
Simplify the overflow checks in WPACKET_allocate_bytes()
authorMatt Caswell <matt@openssl.org>
Thu, 8 Sep 2016 22:08:53 +0000 (23:08 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2016 08:41:21 +0000 (09:41 +0100)
commit6ae4f5e087d204e02a5dc88ea905cca9d144a30d
treec341895ade47180b15f3682d20c0cfa9aaa65309
parent9bf85bf9c52359813b5f9f6709b381497671d625
Simplify the overflow checks in WPACKET_allocate_bytes()

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/packet.c