Skip to content
Snippets Groups Projects
Commit c529bd28 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Setup afl core pattern when building

parent f12760a1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ if [ ! -e afl ]; then
cd qemu_mode && ./build_qemu_support.sh
# afl wants this
echo core >/proc/sys/kernel/core_pattern
sudo $ZFUZZ_HOME/util/afl_setup_core_pattern.sh
fi
cd $AFL_TRANSFORMS
......
#!/bin/sh
echo core >/proc/sys/kernel/core_pattern
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment