]> git.ipfire.org Git - thirdparty/openssl.git/commit
fuzz/hashtable.c: rc == -1 on insert is OK when fuzzing
authorTomas Mraz <tomas@openssl.org>
Thu, 22 Aug 2024 12:49:05 +0000 (14:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Aug 2024 12:52:43 +0000 (14:52 +0200)
commit3c1713aeed4dc7d1ac25e9e365b8bd98afead638
tree74bd4a63434355fd0651729717ff427ada137d93
parent8951ee06b4344ddefd7758e0faf140e2bb64831a
fuzz/hashtable.c: rc == -1 on insert is OK when fuzzing

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25273)
fuzz/hashtable.c