diff options
author | Andy Isaacson <adi@hexapodia.org> | 2010-05-07 12:22:44 -0700 |
---|---|---|
committer | Andy Isaacson <adi@hexapodia.org> | 2010-05-07 12:30:47 -0700 |
commit | 6751899fe1c85ad7fdddc9fea74387098ecab015 (patch) | |
tree | 9091882302176bfeca8f6215d36ce118415e86a5 /autogen.sh | |
parent | 8ba00e4305fe87c540c452271bc6f5c461738777 (diff) | |
download | tor-6751899fe1c85ad7fdddc9fea74387098ecab015.tar.gz tor-6751899fe1c85ad7fdddc9fea74387098ecab015.zip |
use ssp-buffer-size=1 to avoid Werror failures
Build on Ubuntu 10.04 64-bit was failing:
util.c: In function ‘parse_http_time’:
util.c:1370: error: not protecting function: no buffer at least 8 bytes long
We don't want to lose -Werror, and we don't care too much about the
added overhead of protecting even small buffers, so let's simply turn on
SSP for all buffers.
Thanks to Jacob Appelbaum for the pointer and SwissTorExit for the
original report.
Signed-off-by: Andy Isaacson <adi@hexapodia.org>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions