summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/1381639
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/boot/1381639')
-rw-r--r--results/classifier/gemma3:12b/boot/138163916
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/1381639 b/results/classifier/gemma3:12b/boot/1381639
new file mode 100644
index 00000000..fd654b9a
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/1381639
@@ -0,0 +1,16 @@
+
+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.
\ No newline at end of file