Page MenuHomeFreeBSD

ssp: Include a header to provide __size_t
ClosedPublic

Authored by markj on Sat, Dec 28, 4:45 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Sun, Jan 5, 9:59 AM
Unknown Object (File)
Sat, Jan 4, 1:55 PM
Unknown Object (File)
Fri, Jan 3, 10:56 PM
Unknown Object (File)
Tue, Dec 31, 5:39 PM
Unknown Object (File)
Sun, Dec 29, 6:22 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.Sat, Dec 28, 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.Sat, Dec 28, 5:40 PM

Seems legit and sane.

This revision was automatically updated to reflect the committed changes.