diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-11 13:21:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-11 13:21:20 -0400 |
commit | f8a665c87d21b3bf4325c0c7f369b4ec3fbedd98 (patch) | |
tree | 3c4f3d4d6efe5e0843fac87f6e475f615300e902 /changes | |
parent | 99cb9696ac617a42a78d9ebfa3f169fd8e4a3d88 (diff) | |
parent | 5833861f62d2667eeda1ed0f6595763aa00250b0 (diff) | |
download | tor-f8a665c87d21b3bf4325c0c7f369b4ec3fbedd98.tar.gz tor-f8a665c87d21b3bf4325c0c7f369b4ec3fbedd98.zip |
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-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 0000000000..841ec1c54a --- /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. + |