diff options
author | Damien Miller <djm@mindrot.org> | 2014-01-10 10:40:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-01-10 10:40:45 +1100 |
commit | e00e413dd16eb747fb2c15a099971d91c13cf70f (patch) | |
tree | a1c10658e14c9b48e5633d4894a07136cd232e54 /ChangeLog | |
parent | 3e49853650448883685cfa32fa382d0ba6d51d48 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
7 | 20140108 | 13 | 20140108 |
8 | - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ | 14 | - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ |