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
Unknown Object (File)
Wed, Apr 1, 1:23 AM
Unknown Object (File)
Fri, Mar 20, 5:14 AM
Unknown Object (File)
Wed, Mar 11, 11:13 AM
Unknown Object (File)
Mar 3 2026, 6:51 PM
Unknown Object (File)
Mar 2 2026, 12:43 AM
Unknown Object (File)
Feb 23 2026, 3:52 PM
Unknown Object (File)
Feb 21 2026, 1:13 PM
Unknown Object (File)
Feb 8 2026, 8:00 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