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, May 16, 12:44 PM
Unknown Object (File)
Thu, May 14, 6:35 PM
Unknown Object (File)
Thu, May 14, 6:34 PM
Unknown Object (File)
Thu, May 14, 6:34 PM
Unknown Object (File)
Thu, May 14, 6:33 PM
Unknown Object (File)
Sun, May 3, 5:44 PM
Unknown Object (File)
Tue, Apr 28, 5:38 AM
Unknown Object (File)
Wed, Apr 22, 7:05 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.