mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
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. |
||
|---|---|---|
| .. | ||
| keyraw.c | ||
| keyraw.h | ||
| parse.c | ||
| parse.h | ||
| parseutil.c | ||
| parseutil.h | ||
| pkthdr.h | ||
| rrdef.c | ||
| rrdef.h | ||
| sbuffer.c | ||
| sbuffer.h | ||
| str2wire.c | ||
| str2wire.h | ||
| wire2str.c | ||
| wire2str.h | ||