Page MenuHomeFreeBSD

ctfconvert: Handle arrays of empty structs
ClosedPublic

Authored by markj on Dec 30 2021, 3:12 PM.
Tags
None
Referenced Files
F153102658: D33700.diff
Sun, Apr 19, 4:09 AM
Unknown Object (File)
Wed, Apr 15, 10:33 PM
Unknown Object (File)
Wed, Apr 15, 4:30 PM
Unknown Object (File)
Tue, Apr 7, 10:07 AM
Unknown Object (File)
Tue, Apr 7, 10:04 AM
Unknown Object (File)
Sat, Mar 28, 8:34 AM
Unknown Object (File)
Mar 17 2026, 1:10 AM
Unknown Object (File)
Mar 17 2026, 1:06 AM
Subscribers

Details

Summary

Members with such a type will legitimately have a size of zero, so don't
emit a warning.

PR: 260818

Diff Detail

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

Event Timeline

markj requested review of this revision.Dec 30 2021, 3:12 PM
bz added a subscriber: bz.

Sounds good to me; maybe the comment above that block could be enhanced as well but I think it's almost immediately obvious from the code.

This revision is now accepted and ready to land.Dec 30 2021, 5:16 PM
This revision was automatically updated to reflect the committed changes.