aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-11 10:41:59 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-11 13:13:07 -0400
commit973c18bf0e84d14d8006a9ae97fde7f7fb97e404 (patch)
tree4f8172e13883e45ecff9295737cc82e20dac3602 /changes
parent1c30e6abc93fa086a14d01d838066581a3657285 (diff)
downloadtor-973c18bf0e84d14d8006a9ae97fde7f7fb97e404.tar
tor-973c18bf0e84d14d8006a9ae97fde7f7fb97e404.tar.gz
Fix assertion failure in tor_timegm.
Fixes bug 6811.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug68115
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.
+