| commit | e00e413dd16eb747fb2c15a099971d91c13cf70f | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Fri Jan 10 10:40:45 2014 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Fri Jan 10 10:40:45 2014 +1100 |
| tree | a1c10658e14c9b48e5633d4894a07136cd232e54 | |
| 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@