aboutsummaryrefslogtreecommitdiff
path: root/changes/bug23055
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-28 10:31:12 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-28 10:33:51 -0400
commit769a94d9ce570b9418ab8705dc95c99f9b8c2251 (patch)
tree8f1b322775857a7cec2953bcf2ec7e5b6a94a385 /changes/bug23055
parentaccb734c5fc45481231b837cae1244129144df06 (diff)
downloadtor-769a94d9ce570b9418ab8705dc95c99f9b8c2251.tar.gz
tor-769a94d9ce570b9418ab8705dc95c99f9b8c2251.zip
Bug 23055: cast, then multiply when doing u32*u32->u64.
No backport, since this bug won't trigger until people make certificates expiring after the Y2106 deadline. CID 1415728
Diffstat (limited to 'changes/bug23055')
-rw-r--r--changes/bug230554
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23055 b/changes/bug23055
new file mode 100644
index 0000000000..eee1397c13
--- /dev/null
+++ b/changes/bug23055
@@ -0,0 +1,4 @@
+ o Minor bugfixes (certificate handling):
+ - Fix a time handling bug in Tor certificates set to expire after
+ the year 2106. Fixes bug 23055; bugfix on 0.3.0.1-alpha.
+ Found by Coverity as CID 1415728.