Page MenuHomeFreeBSD

bhyve: Escape binary data sent in reply packets
ClosedPublic

Authored by markj on Jul 31 2024, 3:18 PM.
Tags
None
Referenced Files
F137781498: D46194.diff
Tue, Nov 25, 7:20 PM
Unknown Object (File)
Sun, Nov 16, 12:47 AM
Unknown Object (File)
Fri, Nov 14, 3:04 AM
Unknown Object (File)
Thu, Nov 13, 5:25 AM
Unknown Object (File)
Tue, Nov 4, 8:47 AM
Unknown Object (File)
Tue, Nov 4, 8:39 AM
Unknown Object (File)
Tue, Nov 4, 8:37 AM
Unknown Object (File)
Tue, Nov 4, 8:33 AM

Details

Summary

Per https://sourceware.org/gdb/current/onlinedocs/gdb.html/Overview.html#Binary-Data
certain bytes must be escaped. The XML register definitions we have so far do
not run afoul of that rule, but the stub should handle them anyway.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable