diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-11 10:41:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-11 13:13:07 -0400 |
commit | 973c18bf0e84d14d8006a9ae97fde7f7fb97e404 (patch) | |
tree | 4f8172e13883e45ecff9295737cc82e20dac3602 /changes/bug6811 | |
parent | 1c30e6abc93fa086a14d01d838066581a3657285 (diff) | |
download | tor-973c18bf0e84d14d8006a9ae97fde7f7fb97e404.tar tor-973c18bf0e84d14d8006a9ae97fde7f7fb97e404.tar.gz |
Fix assertion failure in tor_timegm.
Fixes bug 6811.
Diffstat (limited to 'changes/bug6811')
-rw-r--r-- | changes/bug6811 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6811 b/changes/bug6811 new file mode 100644 index 000000000..841ec1c54 --- /dev/null +++ b/changes/bug6811 @@ -0,0 +1,5 @@ + o Major security fixes: + - Fix an assertion failure in tor_timegm that could be triggered + by a badly formatted directory object. Bug found by fuzzing with + Radamsa. Fixes bug 6811; bugfix on 0.2.0.20-rc. + |