Skip to content

Commit

Permalink
glibc: Use strong stack protector
Browse files Browse the repository at this point in the history
    --enable-stack-protector=[yes|no|all|strong]
                            Use -fstack-protector[-all|-strong] to detect glibc
                            buffer overflows
  • Loading branch information
pmenzel committed Feb 6, 2019
1 parent 6990e29 commit ffe3528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glibc.be0
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ mee_configure() {
--enable-add-ons \
--enable-obsolete-rpc \
--enable-obsolete-nsl \
--enable-kernel=4.14.87
--enable-kernel=4.14.87 \
--enable-stack-protector=strong
}

mee_build_pre() {
Expand Down

0 comments on commit ffe3528

Please sign in to comment.