Page MenuHomeFreeBSD

ctfconvert: Handle arrays of empty structs
ClosedPublic

Authored by markj on Dec 30 2021, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 15 2024, 6:22 AM
Unknown Object (File)
Mar 7 2024, 3:26 PM
Unknown Object (File)
Jan 14 2024, 10:03 AM
Unknown Object (File)
Jan 13 2024, 5:40 AM
Unknown Object (File)
Nov 15 2023, 1:39 PM
Unknown Object (File)
Sep 19 2023, 11:34 AM
Unknown Object (File)
Sep 17 2023, 8:18 AM
Unknown Object (File)
Aug 30 2023, 7:42 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.