about summary refs log tree commit diff
path: root/qemu_mode/build_qemu_support.sh
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-28 14:15:04 +0100
committerhexcoder- <heiko@hexco.de>2020-03-28 14:15:04 +0100
commit78009d9d0700320818dc28604450f04468a9ed70 (patch)
treecf8c9015b3b4ada92cad9ad40efedbd0503cca6e /qemu_mode/build_qemu_support.sh
parent2aa7ddf1a81baf02a1df05a987e5bfef387c25a9 (diff)
downloadafl++-78009d9d0700320818dc28604450f04468a9ed70.tar.gz
qemu_mode: compiler warnings, strncpy() leave one byte for terminator
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-xqemu_mode/build_qemu_support.sh1
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."