diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2012-03-27 14:04:15 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2012-03-27 15:16:22 +0200 |
commit | 582f747049ae9595380fe06df8e6b26c735b50c1 (patch) | |
tree | 2dc5c41b04a6db4c8f6b511e93dd684096dc1b29 /changes | |
parent | 4121e7f861732b43fa2c38e68147718a15848d45 (diff) | |
download | tor-582f747049ae9595380fe06df8e6b26c735b50c1.tar tor-582f747049ae9595380fe06df8e6b26c735b50c1.tar.gz |
Provide large enough buffer in test_util_sscanf()
This was causing crashes during unit test runs, as stack smashing
protections got triggered. Issue spotted by weasel
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5449 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug5449 b/changes/bug5449 new file mode 100644 index 000000000..48babb34f --- /dev/null +++ b/changes/bug5449 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - In the testsuite, provide a large enough buffer in the tor_sscanf + unit test. We'd otherwise overrun that buffer and crash during the + unit tests. Fixes bug 5449; bugfix on 0.2.3.12-alpha. Thanks weasel + for spotting the bug. + |