Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
usrsctp
/
0c461d2fffb225804865dcf6e026c2fd2af1c989
/
.
/
programs
/
fuzzer_unconnected.sh
blob: d9efd5250f4fddd6338f6598415c2e7e77d4c4ca [
file
] [
log
] [
blame
]
#!/bin/bash
export ASAN_OPTIONS
=
abort_on_error
=
1
:
disable_core
=
0
:
unmap_shadow_on_exit
=
1
:
disable_coredump
=
0
ulimit
-
c unlimited
mkdir
-
p CORPUS_UNCONNECTED
./
fuzzer_unconnected
-
jobs
=
32
-
timeout
=
10
-
max_len
=
4086
CORPUS_UNCONNECTED