diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-15 11:43:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-15 11:43:18 -0400 |
commit | a6514b8a20b7a6fafb72bafad1e9c98a8e35cdee (patch) | |
tree | 3d1b7c42a98cbb965dabf0edcbe5c5b6e2b66385 /changes/bug22245 | |
parent | 5207e41ffeb99089adbb56376c0759b97a556801 (diff) | |
download | tor-a6514b8a20b7a6fafb72bafad1e9c98a8e35cdee.tar.gz tor-a6514b8a20b7a6fafb72bafad1e9c98a8e35cdee.zip |
Fix a logic error in hibernate.c
Closes bug 22245; bugfix on 0.0.9rc1, when bandwidth accounting was
first introduced.
Found by Andrey Karpov and reported at https://www.viva64.com/en/b/0507/
Diffstat (limited to 'changes/bug22245')
-rw-r--r-- | changes/bug22245 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22245 b/changes/bug22245 new file mode 100644 index 0000000000..6ae18593ea --- /dev/null +++ b/changes/bug22245 @@ -0,0 +1,5 @@ + o Minor bugfixes (bandwidth accounting): + - Roll over monthly accounting at the configured hour and minute, + rather than always at 00:00. + Fixes bug 22245; bugfix on 0.0.9rc1. + Found by Andrey Karpov with PVS-Studio. |