Page MenuHomeFreeBSD

rtld: silence clang's unterminated-string-initialization warning
ClosedPublic

Authored by arichardson on Sep 14 2025, 11:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 1:34 PM
Unknown Object (File)
Fri, May 15, 10:50 AM
Unknown Object (File)
Thu, May 14, 10:50 PM
Unknown Object (File)
Thu, May 14, 9:54 PM
Unknown Object (File)
Thu, May 14, 9:23 PM
Unknown Object (File)
Mon, May 11, 9:59 PM
Unknown Object (File)
Wed, May 6, 12:31 PM
Unknown Object (File)
Mon, Apr 27, 6:50 PM
Subscribers

Details

Summary

Since the initializer is used in other places where we can't just
replace it with a char-by-char initializer, this adds a macro for the
nonstring attribute (match the linuxkpi definition).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 67066
Build 63949: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 16 2025, 1:56 PM