Page MenuHomeFreeBSD

kdump: use VIS_NOLOCALE when printing output
ClosedPublic

Authored by arichardson on Jun 15 2021, 12:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 4:09 AM
Unknown Object (File)
Fri, Jan 10, 4:23 AM
Unknown Object (File)
Nov 20 2024, 7:59 AM
Unknown Object (File)
Oct 11 2024, 2:43 PM
Unknown Object (File)
Oct 3 2024, 11:32 PM
Unknown Object (File)
Sep 22 2024, 5:26 PM
Unknown Object (File)
Sep 22 2024, 3:22 PM
Unknown Object (File)
Sep 22 2024, 6:41 AM
Subscribers

Details

Summary

Attempting to parse the output as UTF-8 exposed an out-of-bounds read
in vis(3) (see https://reviews.freebsd.org/D30771). However, I don't
think it makes much sense to decode this output at all. Additionally,
passing one byte at a time will almost certainly result in incorrect
output for multi-byte characters.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39917
Build 36806: arc lint + arc unit