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, Oct 30, 4:38 PM
Unknown Object (File)
Wed, Oct 30, 12:12 AM
Unknown Object (File)
Sun, Oct 27, 12:25 PM
Unknown Object (File)
Wed, Oct 23, 7:47 PM
Unknown Object (File)
Oct 10 2024, 7:06 PM
Unknown Object (File)
Sep 28 2024, 11:57 PM
Unknown Object (File)
Sep 27 2024, 5:49 AM
Unknown Object (File)
Sep 24 2024, 3:23 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