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)
Sat, Mar 28, 5:17 AM
Unknown Object (File)
Sat, Mar 28, 5:17 AM
Unknown Object (File)
Fri, Mar 27, 12:24 PM
Unknown Object (File)
Fri, Mar 27, 12:48 AM
Unknown Object (File)
Thu, Mar 26, 10:38 PM
Unknown Object (File)
Thu, Mar 26, 7:45 AM
Unknown Object (File)
Wed, Mar 25, 11:30 PM
Unknown Object (File)
Wed, Mar 25, 7:12 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