summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-09 22:28:03 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-09 22:28:03 +1100
commit70cc092817a61af78c751b8f7a8ac5dcabfeae00 (patch)
tree224c142521964990c93c54f3e073c43a6669fee0 /ChangeLog
parent4b28251df4f1b653e7b3e015138c3da53a05bd58 (diff)
- dtucker@cvs.openbsd.org 2010/01/09 11:13:02
[sftp.c] Prevent sftp from derefing a null pointer when given a "-" without a command. Also, allow whitespace to follow a "-". bz#1691, path from Colin Watson via Debian. ok djm@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9eda2f396..094d1bec3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,11 @@
23 - dtucker@cvs.openbsd.org 2010/01/09 05:17:00 23 - dtucker@cvs.openbsd.org 2010/01/09 05:17:00
24 [roaming_client.c] 24 [roaming_client.c]
25 Remove a PRIu64 format string that snuck in with roaming. ok djm@ 25 Remove a PRIu64 format string that snuck in with roaming. ok djm@
26 - dtucker@cvs.openbsd.org 2010/01/09 11:13:02
27 [sftp.c]
28 Prevent sftp from derefing a null pointer when given a "-" without a
29 command. Also, allow whitespace to follow a "-". bz#1691, path from
30 Colin Watson via Debian. ok djm@ deraadt@
26 31
2720091208 3220091208
28 - (dtucker) OpenBSD CVS Sync 33 - (dtucker) OpenBSD CVS Sync