[tor-bugs] #9948 [Tor]: Configure should error if libssp is not installed

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Oct 10 18:05:15 UTC 2013


#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


More information about the tor-bugs mailing list