diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-05-09 13:14:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-05-09 13:14:22 -0400 |
commit | 96d3219176398f377dc4a1c84e14a54e7d2516df (patch) | |
tree | 5ea0e332e40d233d798f17e48f18aceb4ebc4de6 /changes | |
parent | 39ac1db60e8b920e1e6b07e08f7f3343960ece79 (diff) | |
parent | 00e2310f12dfb91aca2949463b57bd6937f19166 (diff) | |
download | tor-96d3219176398f377dc4a1c84e14a54e7d2516df.tar.gz tor-96d3219176398f377dc4a1c84e14a54e7d2516df.zip |
Merge branch 'bug8844_v2' into maint-0.2.3
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. + |