Files
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
..
2020-02-26 07:57:44 +00:00
2020-02-25 09:07:45 +01:00
2020-02-14 09:31:05 +01:00
2020-02-13 15:05:06 -08:00