summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1643537
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1643537')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/164353724
1 files changed, 0 insertions, 24 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1643537 b/results/classifier/deepseek-2-tmp/output/other/1643537
deleted file mode 100644
index 895fef66..00000000
--- a/results/classifier/deepseek-2-tmp/output/other/1643537
+++ /dev/null
@@ -1,24 +0,0 @@
-
-target-ppc/int_helper.c: 2 * bad array index
-
-1.
-
-[qemu/target-ppc/int_helper.c:2575]: (error) Array 'reg.u16[8]' accessed at index 8, which is out of bounds.
-
-Source code is
-
-   return reg->u16[8 - n];
-
-and
-
-qemu/target-ppc/cpu.h:    uint16_t u16[8];
-
-but at least once, n is zero, for example line 2725 in the int_helper.c file:
-
-    uint16_t sgnb = get_national_digit(b, 0);
-
-2.
-
-[qemu/target-ppc/int_helper.c:2584]: (error) Array 'reg.u16[8]' accessed at index 8, which is out of bounds.
-
-Duplicate
\ No newline at end of file