Merge branch 'bug18162_024' into maint-0.2.4

This commit is contained in:
Nick Mathewson
2016-02-11 12:55:25 -05:00
2 changed files with 26 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
o Major bugfixes (security, pointers):
- Avoid a difficult-to-trigger heap corruption attack when extending
a smartlist to contain over 16GB of pointers. Fixes bug #18162;
bugfix on Tor 0.1.1.11-alpha, which fixed a related bug
incompletely. Reported by Guido Vranken.