Page MenuHomeFreeBSD

Move the stack-protector to a new "secure" directory within libc.
ClosedPublic

Authored by pfg on Aug 7 2015, 3:47 PM.
Referenced Files
Unknown Object (File)
Sun, Oct 12, 5:26 AM
Unknown Object (File)
Tue, Sep 23, 9:06 PM
Unknown Object (File)
Tue, Sep 23, 2:43 AM
Unknown Object (File)
Mon, Sep 22, 11:18 PM
Unknown Object (File)
Mon, Sep 22, 6:59 PM
Unknown Object (File)
Sep 15 2025, 4:49 AM
Unknown Object (File)
Jun 15 2025, 5:05 AM
Unknown Object (File)
Jun 13 2025, 4:17 PM
Subscribers

Details

Reviewers
jlh
delphij
op
Group Reviewers
secteam
Summary

For the upcoming work with the FORTIFY_SOURCE bounds-checking option
we are needing a directory to hold security related code.
Move the ssp code into a new directory. NetBSD also moved it moved
it from sys to "misc", but for us "secure" is more appropiate.

Test Plan

make buildworld

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 13
Build 13: arc lint + arc unit

Event Timeline

pfg retitled this revision from to Move the stack-protector to a new "secure" directory within libc..
pfg updated this object.
pfg edited the test plan for this revision. (Show Details)
pfg added reviewers: jlh, op.

This is a no-op, just moving the files, but just want to make sure there are no objections.

delphij added a reviewer: delphij.
delphij added a subscriber: delphij.

No objection.

This revision is now accepted and ready to land.Aug 14 2015, 1:17 AM