summaryrefslogtreecommitdiff
path: root/lib/fuzzing/fuzzing.c
Commit message (Collapse)AuthorAgeFilesLines
* Add fuzzing support to build systemMichael Hanselmann2019-08-071-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>