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)
Wed, Nov 12, 7:23 AM
Unknown Object (File)
Thu, Nov 6, 12:33 AM
Unknown Object (File)
Fri, Oct 31, 7:58 PM
Unknown Object (File)
Wed, Oct 29, 7:01 AM
Unknown Object (File)
Sun, Oct 26, 1:49 PM
Unknown Object (File)
Sun, Oct 26, 1:49 PM
Unknown Object (File)
Sun, Oct 26, 7:35 AM
Unknown Object (File)
Oct 12 2025, 5:26 AM
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