[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9948 [Tor]: Configure should error if libssp is not installed
#9948: Configure should error if libssp is not installed
-------------------------+------------------------------
Reporter: huslage | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: 0.2.4.17-rc
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
-------------------------+------------------------------
Comment (by sqrt2):
I'd say if something as simple as
{{{
cat > ssptest.c << EOF
#include <stdio.h>
main() { puts("") }
EOF
gcc -o ssptest -fstack-protector ssptest.c
}}}
fails, then it's probably a missing libssp on a system without libc stack
protection support.
If --enable-gcc-hardening is specified, a test like that is probably good
enough to error and suggest to the user to check for SSP support, or
--disable-gcc-hardening.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9948#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs