diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-12-15 15:51:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-12-15 15:51:59 -0500 |
commit | 1c87a27574023096212375329e5c4ba1d82f71ce (patch) | |
tree | a8c1f77feaa96c5a013b7569215820e4f7402322 /ChangeLog | |
parent | 3a2d677fa70be56054dcabb43a88cab75500e162 (diff) | |
download | tor-1c87a27574023096212375329e5c4ba1d82f71ce.tar tor-1c87a27574023096212375329e5c4ba1d82f71ce.tar.gz |
Fix bug 1173: remove an assert(unsigned >= 0).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Changes in Version 0.2.1.21 - 20??-??-?? - Fix a couple of very-hard-to-trigger memory leaks, and one hard-to- trigger platform-specific option misparsing case found by Coverity Scan. + - Fix a compilation warning on Fedora 12 by removing an impossible-to- + trigger assert. Fixes bug 1173. Changes in version 0.2.1.20 - 2009-10-15 |