diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-09 10:24:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 12:15:08 -0400 |
commit | 801923ac2112d1a54eaf4126800724bea90055eb (patch) | |
tree | 872f3822b29a91ad8732aaf8adccaba68049a0f7 /changes | |
parent | 7ae798ac3850008942472a0e9ad4f0c691433c8a (diff) | |
download | tor-801923ac2112d1a54eaf4126800724bea90055eb.tar tor-801923ac2112d1a54eaf4126800724bea90055eb.tar.gz |
Remove more dubiosity in struct tm handling. related to bug5346
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5346 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug5346 b/changes/bug5346 index 490eb35ef..3d21f9014 100644 --- a/changes/bug5346 +++ b/changes/bug5346 @@ -3,4 +3,6 @@ Without this patch, If-Modified-Since would behave incorrectly. Fix for bug 5346; bugfix on 0.2.0.2-alpha. Patch from Esteban Manchado Velázques. + - Reject out-of-range times like 23:59:61. Fix for bug 5346; + bugfix on 0.0.8pre3. |