diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-15 05:12:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-15 05:12:42 +0000 |
commit | fdb10ff0b59eaa60b66be5eed6077551d17ec331 (patch) | |
tree | c859e31808c36bf98d5541c2227e95afb21d3113 /ChangeLog | |
parent | c44dd3870e4fa46ad983632b873bcf7e4f973ff8 (diff) | |
download | tor-fdb10ff0b59eaa60b66be5eed6077551d17ec331.tar.gz tor-fdb10ff0b59eaa60b66be5eed6077551d17ec331.zip |
r11580@Kushana: nickm | 2006-12-15 00:09:46 -0500
Resolve bug 369: Check for integer underflow when printing "bytes left" accounting numbers. Also fix a copyright date that I noticed while reading the bug. Also make a buffer big enough that strings will not get truncated. All are backport candidates.
svn:r9115
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? o Controller bugfixes: - Report the circuit number correctly in STREAM CLOSED events. (Bug reported by Mike Perry.) + - Do not report bizarre values for results of accounting GETINFOs + when the last second's write or read exceeds the alloted bandwidth. + (Bug 329.) Changes in version 0.1.2.4-alpha - 2006-12-03 |