bind9/lib
Mark Andrews 8c983a7ebd Simplify hash computation to prevent pointer being classed as tainted.
mem.c:add_trace_entry() -> isc_hash_function() -> isc_siphash24()

129        for (; in != end; in += 8) {

	6. byte_swapping: Performing a byte swapping operation on
	in implies that it came from an external source, and is
	therefore tainted.

130                uint64_t m = U8TO64_LE(in);
2020-02-27 19:41:36 +00:00
..
bind9 Bump library API versions for BIND 9.17 2020-02-24 10:56:47 +01:00
dns Add an arena to compressctx 2020-02-26 07:57:44 +00:00
irs Bump library API versions for BIND 9.17 2020-02-24 10:56:47 +01:00
isc Simplify hash computation to prevent pointer being classed as tainted. 2020-02-27 19:41:36 +00:00
isccc Bump library API versions for BIND 9.17 2020-02-24 10:56:47 +01:00
isccfg Make clang-format happy 2020-02-25 09:07:45 +01:00
ns Don't issue ns_client_endrequest on a NS_CLIENTSTATE_READY client. 2020-02-26 12:15:01 +00:00
samples Reformat using the new rules 2020-02-14 09:31:05 +01:00
win32/bindevt apply the modified style 2020-02-13 15:05:06 -08:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00