Page MenuHomeFreeBSD

diff: Fix device case.
ClosedPublic

Authored by des on Dec 23 2024, 5:09 PM.
Tags
None
Referenced Files
F115713969: D48181.diff
Sun, Apr 27, 1:35 PM
Unknown Object (File)
Mon, Apr 7, 4:01 AM
Unknown Object (File)
Mar 16 2025, 9:48 PM
Unknown Object (File)
Mar 16 2025, 4:19 AM
Unknown Object (File)
Mar 10 2025, 12:58 AM
Unknown Object (File)
Mar 7 2025, 7:32 AM
Unknown Object (File)
Mar 6 2025, 3:06 PM
Unknown Object (File)
Feb 17 2025, 6:59 PM
Subscribers

Details

Summary

We already fell back to Stone for FIFOs, but we actually need to fall
back to Stone for everything except regular files, because libdiff's
atomizer needs to know the size of its input in advance, and neither
FIFOs nor devices can be trusted to report their size.

MFC after: 1 week
Reported by: mav

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61309
Build 58193: arc lint + arc unit

Event Timeline

des requested review of this revision.Dec 23 2024, 5:09 PM
allanjude added a subscriber: allanjude.

Reviewed by: allanjude

This revision is now accepted and ready to land.Dec 23 2024, 5:11 PM
This revision was automatically updated to reflect the committed changes.