diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-05-09 13:20:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-05-09 13:20:01 -0400 |
commit | 82ab33c9a66a9c45e9512b698ef203b1aaca7a3d (patch) | |
tree | 22d074c4f7606ccb31a56f43ad5db74233d3d488 /changes | |
parent | 8f21838ee5305b89c4089a06ca51e95bc89ae053 (diff) | |
parent | bae5dd6c8d4535360d471932b87431f54b515567 (diff) | |
download | tor-82ab33c9a66a9c45e9512b698ef203b1aaca7a3d.tar tor-82ab33c9a66a9c45e9512b698ef203b1aaca7a3d.tar.gz |
Merge remote-tracking branch 'origin/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 000000000..320e5f284 --- /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. + |