diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 15:31:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 15:31:19 -0500 |
commit | f089804332c0289159ec432d8ce82bb1ed6316aa (patch) | |
tree | 99e554c39190c48f67ab59fd176f3b3d27b25798 /changes/bug2326 | |
parent | cee433d751a2521fc6368ac01c1c67773a27c85a (diff) | |
parent | e365aee97110c6c6df6f56ca9814d88c3808a2d1 (diff) | |
download | tor-f089804332c0289159ec432d8ce82bb1ed6316aa.tar.gz tor-f089804332c0289159ec432d8ce82bb1ed6316aa.zip |
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'changes/bug2326')
-rw-r--r-- | changes/bug2326 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2326 b/changes/bug2326 new file mode 100644 index 0000000000..239a383faf --- /dev/null +++ b/changes/bug2326 @@ -0,0 +1,6 @@ + o Minor bugfixes + - Fix a bug where we would assert if we ever had a + cached-descriptors.new file (or another file read directly into + memory) of exactly SIZE_T_CEILING bytes. Found by doors; fixes + bug 2326; bugfix on 0.2.1.25. + |