summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1703147
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1703147')
-rw-r--r--results/scraper/launchpad-without-comments/17031478
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1703147 b/results/scraper/launchpad-without-comments/1703147
new file mode 100644
index 000000000..15ac6c2af
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1703147
@@ -0,0 +1,8 @@
+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