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)
Sun, Oct 19, 12:17 PM
Unknown Object (File)
Sun, Oct 19, 12:17 PM
Unknown Object (File)
Sun, Oct 19, 12:17 PM
Unknown Object (File)
Sun, Oct 19, 12:17 PM
Unknown Object (File)
Fri, Oct 17, 1:54 AM
Unknown Object (File)
Thu, Oct 16, 1:42 PM
Unknown Object (File)
Thu, Oct 9, 12:18 AM
Unknown Object (File)
Wed, Oct 1, 4:42 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