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
F151268260: D48226.id148459.diff
Tue, Apr 7, 5:29 AM
F151265950: D48226.id148534.diff
Tue, Apr 7, 5:09 AM
Unknown Object (File)
Sat, Mar 14, 5:18 PM
Unknown Object (File)
Sat, Mar 14, 5:10 PM
Unknown Object (File)
Feb 9 2026, 10:29 AM
Unknown Object (File)
Feb 5 2026, 5:17 AM
Unknown Object (File)
Jan 5 2026, 9:47 PM
Unknown Object (File)
Nov 21 2025, 10:26 AM
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.