summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-10 10:40:45 +1100
committerDamien Miller <djm@mindrot.org>2014-01-10 10:40:45 +1100
commite00e413dd16eb747fb2c15a099971d91c13cf70f (patch)
treea1c10658e14c9b48e5633d4894a07136cd232e54 /ChangeLog
parent3e49853650448883685cfa32fa382d0ba6d51d48 (diff)
- guenther@cvs.openbsd.org 2014/01/09 03:26:00
[sftp-common.c] When formating the time for "ls -l"-style output, show dates in the future with the year, and rearrange a comparison to avoid a potentional signed arithmetic overflow that would give the wrong result. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab584d993..df1d5ea6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
3 - tedu@cvs.openbsd.org 2014/01/04 17:50:55 3 - tedu@cvs.openbsd.org 2014/01/04 17:50:55
4 [mac.c monitor_mm.c monitor_mm.h xmalloc.c] 4 [mac.c monitor_mm.c monitor_mm.h xmalloc.c]
5 use standard types and formats for size_t like variables. ok dtucker 5 use standard types and formats for size_t like variables. ok dtucker
6 - guenther@cvs.openbsd.org 2014/01/09 03:26:00
7 [sftp-common.c]
8 When formating the time for "ls -l"-style output, show dates in the future
9 with the year, and rearrange a comparison to avoid a potentional signed
10 arithmetic overflow that would give the wrong result.
11 ok djm@
6 12
720140108 1320140108
8 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ 14 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@