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)
Thu, Oct 9, 12:18 AM
Unknown Object (File)
Wed, Oct 1, 4:42 AM
Unknown Object (File)
Sep 14 2025, 5:37 AM
Unknown Object (File)
Sep 13 2025, 9:20 AM
Unknown Object (File)
Sep 12 2025, 7:12 AM
Unknown Object (File)
Sep 11 2025, 1:21 AM
Unknown Object (File)
Sep 8 2025, 10:25 AM
Unknown Object (File)
Sep 4 2025, 5:26 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