Page MenuHomeFreeBSD

ssp: Include a header to provide __size_t
ClosedPublic

Authored by markj on Dec 28 2024, 4:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 10:17 PM
Unknown Object (File)
Sat, Jan 18, 12:14 AM
Unknown Object (File)
Tue, Jan 14, 11:31 PM
Unknown Object (File)
Tue, Jan 14, 11:23 PM
Unknown Object (File)
Tue, Jan 14, 11:20 AM
Unknown Object (File)
Mon, Jan 6, 4:15 AM
Unknown Object (File)
Sun, Jan 5, 10:08 PM
Unknown Object (File)
Sun, Jan 5, 2:55 PM
Subscribers

Details

Summary

Otherwise I get build failures when building lua51-posix due to __size_t
not being defined.

Fixes: c10d567ea022 ("include: de-macro __ssp_overlap(), improve semantics and checking")

Diff Detail

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

Event Timeline

markj requested review of this revision.Dec 28 2024, 4:45 PM

I came to the same conclusion (patch) in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283653, but hadn't had a chance to test it yet. Thanks!

This revision is now accepted and ready to land.Dec 28 2024, 5:40 PM

Seems legit and sane.

This revision was automatically updated to reflect the committed changes.