]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_hashmap_find() DbC check for valuep
authorOndřej Surý <ondrej@isc.org>
Mon, 13 Feb 2023 15:16:26 +0000 (16:16 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Feb 2023 08:30:04 +0000 (09:30 +0100)
commit28fe8104eed82d2053b9e2a2d06bd29cb3085ae5
tree9c1e2655d957d35d2f26fcb9308693e0b3ead958
parent998252c6dcb7ce95a1f6947697246b0c49ac0627
Add isc_hashmap_find() DbC check for valuep

This adds DbC check, so we don't pass non-NULL memory for a valued to
the isc_hashmap_find() function.
lib/isc/hashmap.c
tests/isc/hashmap_test.c