]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-comp
authorMatt Caswell <matt@openssl.org>
Wed, 8 Aug 2018 10:00:55 +0000 (11:00 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 9 Aug 2018 13:41:31 +0000 (14:41 +0100)
commit345bee916ac5ad28dd269afc24c27fe234c4045b
tree9a3b662e8506913e91b50aaf542a03bb95d60273
parent1049ae985e58f87e433b6b00f08853914147adac
Fix no-comp

Commit 8839324 removed some NULL checks from the stack code. This caused
a no-comp build to fail in the client and server fuzzers.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6893)
fuzz/client.c
fuzz/server.c