summaryrefslogtreecommitdiffstats
path: root/results/classifier/105/socket/1381639
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/socket/1381639')
-rw-r--r--results/classifier/105/socket/138163932
1 files changed, 0 insertions, 32 deletions
diff --git a/results/classifier/105/socket/1381639 b/results/classifier/105/socket/1381639
deleted file mode 100644
index 67ced412..00000000
--- a/results/classifier/105/socket/1381639
+++ /dev/null
@@ -1,32 +0,0 @@
-socket: 0.597
-device: 0.549
-graphic: 0.357
-instruction: 0.336
-vnc: 0.332
-boot: 0.304
-network: 0.277
-semantic: 0.186
-mistranslation: 0.183
-other: 0.146
-assembly: 0.053
-KVM: 0.027
-
-sys_eeprom.c:353: buffer too small
-
-[qemu-2.1.2/roms/u-boot/board/matrix_vision/mvblx/sys_eeprom.c:353]: (error) Buffer is accessed out of bounds.
-
- char ethaddr[9];
-
- sprintf(ethaddr, "%02X:%02X:%02X:%02X:%02X:%02X",
- e.mac[0],
- e.mac[1],
- e.mac[2],
- e.mac[3],
- e.mac[4],
- e.mac[5]);
-
-18 into 9 won't go. Suggest increase size of ethaddr.
-
-roms/u-boot is not under control of the QEMU project - you should report such bugs to the u-boot project instead. Anyway, looks like the problem has been fixed there:
-http://git.denx.de/?p=u-boot.git;a=commitdiff;h=cc87d18a6ec74180784a6b
-