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 /src/or/config.c | |
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 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 2afabe4800..5ab68a1d5d 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1585,7 +1585,7 @@ static void print_usage(void) { printf( -"Copyright 2001-2005 Roger Dingledine, Nick Mathewson.\n\n" +"Copyright 2001-2006 Roger Dingledine, Nick Mathewson.\n\n" "tor -f <torrc> [args]\n" "See man page for options, or http://tor.eff.org/ for documentation.\n"); } |