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
F169271410: D3333.id7760.diff
Tue, Sep 1, 2:47 AM
F169238939: D3333.diff
Tue, Sep 1, 12:39 AM
Unknown Object (File)
Mon, Aug 31, 7:31 AM
Unknown Object (File)
Sun, Aug 30, 2:09 AM
Unknown Object (File)
Sun, Aug 30, 12:44 AM
Unknown Object (File)
Sat, Aug 29, 7:38 AM
Unknown Object (File)
Fri, Aug 28, 1:47 AM
Unknown Object (File)
Fri, Aug 28, 1:01 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