summaryrefslogtreecommitdiffstats
path: root/results/classifier/105/network/2780
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/network/2780
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/network/2780')
-rw-r--r--results/classifier/105/network/278030
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/105/network/2780 b/results/classifier/105/network/2780
new file mode 100644
index 00000000..b3dc1240
--- /dev/null
+++ b/results/classifier/105/network/2780
@@ -0,0 +1,30 @@
+network: 0.981
+device: 0.910
+instruction: 0.907
+graphic: 0.906
+socket: 0.573
+vnc: 0.510
+semantic: 0.420
+assembly: 0.280
+boot: 0.272
+mistranslation: 0.271
+KVM: 0.190
+other: 0.108
+
+Out-of-bounds access in smc91c111_receive()
+Description of problem:
+An out-of-bounds access happens at hw/net/smc91c111.c:705.
+
+`hw/net/smc91c111.c:705:5: runtime error: index -1 out of bounds for type 'int[4]'`
+Steps to reproduce:
+```
+export QEMU_ARGS="-display none -machine accel=qtest, -m 512M -machine realview-eb"
+cat << EOF | ./qemu-system-arm $QEMU_ARGS -qtest /dev/null -qtest stdio
+writew 0x4e000005 0x227
+writel 0x4e00000b 0x25ab1f2
+writew 0x4e000000 0xaa6c
+clock_step
+EOF
+```
+Additional information:
+