bind9/fuzz
Aydın Mercan 5cd6c173ff
replace the build system with meson
Meson is a modern build system that has seen a rise in adoption and some
version of it is available in almost every platform supported.

Compared to automake, meson has the following advantages:

* Meson provides a significant boost to the build and configuration time
  by better exploiting parallelism.

* Meson is subjectively considered to be better in readability.

These merits alone justify experimenting with meson as a way of
improving development time and ergonomics. However, there are some
compromises to ensure the transition goes relatively smooth:

* The system tests currently rely on various files within the source
  directory. Changing this requirement is a non-trivial task that can't
  be currently justified. Currently the last compiled build directory
  writes into the source tree which is in turn used by pytest.

* The minimum version supported has been fixed at 0.61. Increasing this
  value will require choosing a baseline of distributions that can
  package with meson. On the contrary, there will likely be an attempt
  to decrease this value to ensure almost universal support for building
  BIND 9 with meson.
2025-06-11 10:30:12 +03:00
..
dns_master_load.in Add test case for issue-45178 2022-04-01 07:56:52 +00:00
dns_message_checksig.in Add seed to reproduce issue memory leak in dns_message_checktsig 2022-09-26 16:29:36 +02:00
dns_message_parse.in Add packet from issue #4189 2020-09-30 13:24:29 +00: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_name_fromwire.in Fuzzing and benchmarking for dns_name_fromwire() 2022-11-17 08:45:17 +00:00
dns_qp.in Fuzz testing the qp-trie 2023-02-27 13:47:25 +00:00
dns_qpkey_name.in Fuzz testing the qp-trie 2023-02-27 13:47:25 +00:00
dns_rdata_fromtext.in Add seed that demonstrated INSIST triggered in isc_lex_gettoken 2022-03-01 16:05:39 -08:00
dns_rdata_fromwire_text.in add svcb fuzzing seed 2021-08-18 13:49:48 +10:00
isc_lex_getmastertoken.in remove "sortlist" 2024-12-11 15:09:24 -08:00
isc_lex_gettoken.in remove "sortlist" 2024-12-11 15:09:24 -08:00
.gitignore Fuzz testing the qp-trie 2023-02-27 13:47:25 +00:00
afl.ini replace the build system with meson 2025-06-11 10:30:12 +03:00
afl.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dns_master_load.c Give every memory context a name 2025-05-29 05:46:46 +02:00
dns_message_checksig.c Add zone "initial-file" option 2025-06-03 12:03:07 -07:00
dns_message_parse.c Give every memory context a name 2025-05-29 05:46:46 +02:00
dns_name_fromtext_target.c simplify dns_name_fromtext() interface 2025-02-25 12:53:25 -08:00
dns_name_fromwire.c Remove offsets from the dns_name and dns_fixedname structures 2025-02-25 12:17:34 +01:00
dns_qp.c Give every memory context a name 2025-05-29 05:46:46 +02:00
dns_qpkey_name.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
dns_rdata_fromtext.c Give every memory context a name 2025-05-29 05:46:46 +02:00
dns_rdata_fromwire_text.c Give every memory context a name 2025-05-29 05:46:46 +02:00
fuzz.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
FUZZING.md Fix configure options in FUZZING.md 2022-02-24 11:12:02 +01:00
isc_lex_getmastertoken.c Give every memory context a name 2025-05-29 05:46:46 +02:00
isc_lex_gettoken.c Give every memory context a name 2025-05-29 05:46:46 +02:00
libfuzzer.ini replace the build system with meson 2025-06-11 10:30:12 +03:00
libfuzzer.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
main.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
old.c Remove offsets from the dns_name and dns_fixedname structures 2025-02-25 12:17:34 +01:00
old.h Fuzzing and benchmarking for dns_name_fromwire() 2022-11-17 08:45:17 +00:00