Use ssp-buffer-size param when hardening
commitcee4dc61015d31d27ca25ccb2a7226493f486cd5
authorSebastian Hahn <sebastian@torproject.org>
Tue, 19 Oct 2010 17:14:58 +0000 (19 19:14 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Wed, 20 Oct 2010 11:13:44 +0000 (20 13:13 +0200)
treefa315cb7c63acae5f7ff209c400b57e7973b49f8
parentf3d000f49662f7b3d94340f30fd745c58712ea2b
Use ssp-buffer-size param when hardening

We used to enable ssp-buffer-size=1 only when building with
--enable-gcc-warnings. That would result in warnings (and no
protection for small arrays) when building with
--enable-gcc-hardening without enabling warnings, too. Fixes bug
2031.

Also remove an XXX: We now allow to build with -fstack-protector
by using --enable-gcc-hardening.
changes/bug2031 [new file with mode: 0644]
configure.in