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
F103529005: D3333.id7760.diff
Tue, Nov 26, 3:44 AM
Unknown Object (File)
Sun, Nov 24, 5:14 PM
Unknown Object (File)
Thu, Nov 21, 2:01 PM
Unknown Object (File)
Fri, Nov 8, 7:57 AM
Unknown Object (File)
Thu, Nov 7, 7:42 AM
Unknown Object (File)
Tue, Nov 5, 8:05 AM
Unknown Object (File)
Oct 24 2024, 10:43 PM
Unknown Object (File)
Oct 24 2024, 10:43 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