diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-28 14:15:04 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-28 14:15:04 +0100 |
commit | 78009d9d0700320818dc28604450f04468a9ed70 (patch) | |
tree | cf8c9015b3b4ada92cad9ad40efedbd0503cca6e /qemu_mode/build_qemu_support.sh | |
parent | 2aa7ddf1a81baf02a1df05a987e5bfef387c25a9 (diff) | |
download | afl++-78009d9d0700320818dc28604450f04468a9ed70.tar.gz |
qemu_mode: compiler warnings, strncpy() leave one byte for terminator
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index b27b4445..118f6ebd 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -175,6 +175,7 @@ patch -p1 <../patches/tcg-runtime.diff || exit 1 patch -p1 <../patches/tcg-runtime-head.diff || exit 1 patch -p1 <../patches/translator.diff || exit 1 patch -p1 <../patches/__init__.py.diff || exit 1 +patch -p1 <../patches/make_strncpy_safe.diff || exit 1 echo "[+] Patching done." |