diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-05-09 13:14:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-05-09 13:14:53 -0400 |
commit | bae5dd6c8d4535360d471932b87431f54b515567 (patch) | |
tree | 058112f6a8343fab1544692beb534a383234b70a /changes | |
parent | 7d3fd858388ddd4916c604ed5ab3c8cfc72dfd1c (diff) | |
parent | 96d3219176398f377dc4a1c84e14a54e7d2516df (diff) | |
download | tor-bae5dd6c8d4535360d471932b87431f54b515567.tar.gz tor-bae5dd6c8d4535360d471932b87431f54b515567.zip |
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8844 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8844 b/changes/bug8844 new file mode 100644 index 0000000000..320e5f2845 --- /dev/null +++ b/changes/bug8844 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Prevent the get_freelists() function from running off the end of + the list of freelists if it somehow gets an unrecognized + allocation. Fixes bug 8844; bugfix on 0.2.0.16-alpha. Reported by + eugenis. + |