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)
Tue, Apr 28, 10:48 PM
Unknown Object (File)
Apr 23 2026, 2:50 AM
Unknown Object (File)
Apr 21 2026, 7:23 PM
Unknown Object (File)
Apr 21 2026, 2:43 AM
Unknown Object (File)
Apr 19 2026, 11:37 PM
Unknown Object (File)
Apr 17 2026, 7:42 PM
Unknown Object (File)
Apr 17 2026, 5:46 AM
Unknown Object (File)
Apr 11 2026, 11:46 PM

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