unbound/sldns
W.C.A. Wijngaards d8a8730cac - Fix unittest valgrind false positive uninitialised value report,
where if gcc 9.1.1 uses -O2 (but not -O1) then valgrind 3.15.0
  issues an uninitialised value for the token buffer at the str2wire.c
  rrinternal_get_owner() strcmp with the '@' value.  Rewritten to use
  straight character comparisons removes the false positive.  Also
  valgrinds --expensive-definedness-checks=yes can stop this false
  positive.
2019-08-16 12:18:23 +02:00
..
keyraw.c - ED448 support. 2018-04-05 14:44:17 +00:00
keyraw.h - ED448 support. 2018-04-05 14:44:17 +00:00
parse.c - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
parse.h - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
parseutil.c - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
parseutil.h - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
pkthdr.h - rename ldns subdirectory to sldns to avoid name collision. 2015-03-26 10:21:38 +00:00
rrdef.c - Note RFC8162 support. SMIMEA record type can be read in by the 2018-07-06 12:06:05 +00:00
rrdef.h - Note RFC8162 support. 2018-07-06 11:56:38 +00:00
sbuffer.c - Fix memory leak in sldns_buffer_new_frm_data. 2017-06-16 07:42:52 +00:00
sbuffer.h Better sbuffer assertion. 2018-09-13 10:00:57 +00:00
str2wire.c - Fix unittest valgrind false positive uninitialised value report, 2019-08-16 12:18:23 +02:00
str2wire.h fix for doxygen 2018-02-06 16:00:10 +00:00
wire2str.c - Patch from Florian Obser fixes some compiler warnings: 2019-01-24 16:05:00 +00:00
wire2str.h auth zone test, udp and tcp answered from unit test 2018-02-01 10:38:05 +00:00