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)
Fri, Jan 17, 1:24 AM
Unknown Object (File)
Dec 5 2024, 5:48 PM
Unknown Object (File)
Nov 15 2024, 4:20 PM
Unknown Object (File)
Nov 15 2024, 2:24 PM
Unknown Object (File)
Nov 12 2024, 11:53 PM
Unknown Object (File)
Oct 30 2024, 4:38 PM
Unknown Object (File)
Oct 30 2024, 12:12 AM
Unknown Object (File)
Oct 27 2024, 12:25 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