Page MenuHomeFreeBSD

diff: Don't treat null characters like carriage returns in readhash().
ClosedPublic

Authored by jhb on Sep 29 2022, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 30, 6:08 AM
Unknown Object (File)
Oct 4 2024, 11:08 PM
Unknown Object (File)
Oct 4 2024, 10:01 AM
Unknown Object (File)
Oct 4 2024, 7:39 AM
Unknown Object (File)
Oct 4 2024, 7:35 AM
Unknown Object (File)
Oct 4 2024, 12:55 AM
Unknown Object (File)
Oct 3 2024, 11:48 PM
Unknown Object (File)
Oct 1 2024, 7:02 PM
Subscribers

Details

Summary

The implicit fall-through in the !D_FORCEASCII case caused null
characters to be treated as carriage returns honoring the D_STRIPCR,
D_FOLDBLANKS, and D_IGNOREBLANKS flags.

Reported by: GCC -Wimplicit-fallthrough
Fixes: 3cbf98e2bee9 diff: read whole files to determine if they are ASCII text

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable