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)
Mon, Oct 20, 1:02 AM
Unknown Object (File)
Sun, Oct 19, 3:11 AM
Unknown Object (File)
Sat, Oct 18, 7:09 PM
Unknown Object (File)
Sat, Oct 18, 12:55 PM
Unknown Object (File)
Wed, Sep 24, 1:11 AM
Unknown Object (File)
Sep 19 2025, 11:15 AM
Unknown Object (File)
Aug 22 2025, 3:01 AM
Unknown Object (File)
Aug 11 2025, 11:56 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 Not Applicable
Unit
Tests Not Applicable

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.