[Bug runtime/26844] off-by-one error in the output of sprint_ubacktrace()

agentzh at gmail dot com sourceware-bugzilla@sourceware.org
Wed Nov 4 22:00:55 GMT 2020


https://sourceware.org/bugzilla/show_bug.cgi?id=26844

--- Comment #1 from agentzh <agentzh at gmail dot com> ---
According to the code, it indeed appends a newline to each frame, but the
buffer only copies the N - 1 bytes where N is the total byte count (excluding
`\0`).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list