bind9/fuzz
Michał Kępień b60d7345ed Fix function overrides in unit tests on macOS
Since Mac OS X 10.1, Mach-O object files are by default built with a
so-called two-level namespace which prevents symbol lookups in BIND unit
tests that attempt to override the implementations of certain library
functions from working as intended.  This feature can be disabled by
passing the "-flat_namespace" flag to the linker.  Fix unit tests
affected by this issue on macOS by adding "-flat_namespace" to LDFLAGS
used for building all object files on that operating system (it is not
enough to only set that flag for the unit test executables).
2020-09-28 09:09:21 +02:00
..
dns_message_parse.in Add minimized (cmin-tmin-cmin) corpus for dns_message_parse fuzzer 2020-08-25 16:40:24 +02:00
dns_name_fromtext_target.in oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory 2018-08-23 10:07:28 +02:00
dns_rdata_fromwire_text.in Expand, but minimize (tmin, cmin) dns_rdata_fromwire_text corpus 2020-08-18 16:39:23 +02:00
isc_lex_getmastertoken.in Really fuzz isc_lex_getmastertoken() in the test 2020-08-12 21:49:31 +02:00
isc_lex_gettoken.in Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
.gitignore Add dns_message_parse() fuzzer 2020-08-25 16:40:24 +02:00
afl.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dns_message_parse.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dns_name_fromtext_target.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dns_rdata_fromwire_text.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
fuzz.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
FUZZING.md oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory 2018-08-23 10:07:28 +02:00
isc_lex_getmastertoken.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
isc_lex_gettoken.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
libfuzzer.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Fix function overrides in unit tests on macOS 2020-09-28 09:09:21 +02:00