about summary refs log tree commit diff
path: root/qemu_mode/patches/mips-fpu.diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-08-05 12:54:52 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-08-05 12:54:52 +0200
commit2d650f8c2262f99e01950d39c45f242f2e7dfbc9 (patch)
treef4ff3ba7fb5efb862d90585e212ac82ed2d861ca /qemu_mode/patches/mips-fpu.diff
parent19631851f6c7ecac42fb76ff70314f4e0777d3f3 (diff)
parentf30ca1476c2d4d08d46fe9657ad4aa1d828eb578 (diff)
downloadafl++-2d650f8c2262f99e01950d39c45f242f2e7dfbc9.tar.gz
merge conflict
Diffstat (limited to 'qemu_mode/patches/mips-fpu.diff')
-rw-r--r--qemu_mode/patches/mips-fpu.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/qemu_mode/patches/mips-fpu.diff b/qemu_mode/patches/mips-fpu.diff
new file mode 100644
index 00000000..646d167e
--- /dev/null
+++ b/qemu_mode/patches/mips-fpu.diff
@@ -0,0 +1,15 @@
+--- a/linux-user/elfload.c	2020-07-13 20:10:37.776374566 -0700
++++ b/linux-user/elfload.c	2020-07-13 20:11:51.794957015 -0700
+@@ -2667,6 +2667,11 @@
+     char *elf_interpreter = NULL;
+     char *scratch;
+ 
++    memset(&interp_info, 0, sizeof(interp_info));
++#ifdef TARGET_MIPS
++    interp_info.fp_abi = MIPS_ABI_FP_UNKNOWN;
++#endif
++
+     info->start_mmap = (abi_ulong)ELF_START_MMAP;
+ 
+     load_elf_image(bprm->filename, bprm->fd, info,
+