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)
Fri, Mar 14, 8:17 PM
Unknown Object (File)
Fri, Mar 14, 8:15 AM
Unknown Object (File)
Thu, Mar 13, 10:12 PM
Unknown Object (File)
Thu, Mar 13, 6:13 AM
Unknown Object (File)
Tue, Mar 11, 2:01 PM
Unknown Object (File)
Feb 18 2025, 8:17 PM
Unknown Object (File)
Feb 4 2025, 8:45 AM
Unknown Object (File)
Feb 4 2025, 8:40 AM
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