]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix #30: AddressSanitizer finding in lookup3.c.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 May 2019 07:44:01 +0000 (09:44 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 May 2019 07:44:01 +0000 (09:44 +0200)
commitf1c23891ab4a6a6c94170c6e77feb0d101688a56
treef977b8d9aa776fd52f5ba9fdbcf607a8238eb121
parent9b7843f87965b8036da1634fb9882272a54c47f3
- Fix #30: AddressSanitizer finding in lookup3.c.

This sets the hash function to use a slower but better auditable code
that does not read beyond array boundaries.  This makes code better
security checkable, and is better for security.  It is fixed to be
slower, but not read outside of the array.
doc/Changelog
util/storage/lookup3.c