diff options
Diffstat (limited to 'lib/fuzzing/wscript_build')
-rw-r--r-- | lib/fuzzing/wscript_build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/fuzzing/wscript_build b/lib/fuzzing/wscript_build index 9c559b3bcc8..ca6c4f777a3 100644 --- a/lib/fuzzing/wscript_build +++ b/lib/fuzzing/wscript_build @@ -97,6 +97,16 @@ bld.SAMBA_BINARY('fuzz_cli_credentials_parse_string', deps='fuzzing samba-credentials afl-fuzz-main', fuzzer=True) +bld.SAMBA_BINARY('fuzz_stable_sort', + source='fuzz_stable_sort.c', + deps='fuzzing stable_sort afl-fuzz-main', + fuzzer=True) + +bld.SAMBA_BINARY('fuzz_stable_sort_r', + source='fuzz_stable_sort_r.c', + deps='fuzzing stable_sort afl-fuzz-main', + fuzzer=True) + # The fuzz_type and fuzz_function parameters make the built # fuzzer take the same input as ndrdump and so the same that # could be sent to the client or server as the stub data. |