diff options
Diffstat (limited to 'results/classifier/accel-gemma3:12b/vmm/1703147')
| -rw-r--r-- | results/classifier/accel-gemma3:12b/vmm/1703147 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/vmm/1703147 b/results/classifier/accel-gemma3:12b/vmm/1703147 new file mode 100644 index 000000000..156fdba1a --- /dev/null +++ b/results/classifier/accel-gemma3:12b/vmm/1703147 @@ -0,0 +1,9 @@ + +Xfer:features:read truncating xml sent to gdb frontends + +Around line 1326 in gdbstub.c: + + if (len > (MAX_PACKET_LENGTH - 5) / 2) + len = (MAX_PACKET_LENGTH - 5) / 2; + +is truncating processor reg description xml files longer than 2045 bytes. Deleting these lines works for my immediate need, but they seem to be trying to fix some buffer overrun condition so I won't offer a patch until we understand their purpose. \ No newline at end of file |