summaryrefslogtreecommitdiff
path: root/lib/fuzzing/fuzzing.c
AgeCommit message (Collapse)AuthorFilesLines
2019-08-07Add fuzzing support to build systemMichael Hanselmann1-0/+21
LibFuzzer, Honggfuzz and other programs implement simple interfaces for fuzzing appropriately prepared code. Samba contains quite a lot of parsing code, often a good target for fuzzing. With this change the build system is amended to support building fuzzing binaries (added in later changes). Signed-off-by: Michael Hanselmann <public@hansmi.ch> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>