summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-08-21 02:42:12 +1000
committerDamien Miller <djm@mindrot.org>2013-08-21 02:42:12 +1000
commitfec029f1dc2c338f3fae3fa82aabc988dc07868c (patch)
tree96f72e1caaf5e221054c53171c511fc2811cb0a3 /ChangeLog
parent036d30743fc914089f9849ca52d615891d47e616 (diff)
- djm@cvs.openbsd.org 2013/08/09 03:39:13
[sftp-client.c] two problems found by a to-be-committed regress test: 1) msg_id was not being initialised so was starting at a random value from the heap (harmless, but confusing). 2) some error conditions were not being propagated back to the caller
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f78dce6ef..7e4863029 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,12 @@
30 [sftp.c] 30 [sftp.c]
31 do getopt parsing for all sftp commands (with an empty optstring for 31 do getopt parsing for all sftp commands (with an empty optstring for
32 commands without arguments) to ensure consistent behaviour 32 commands without arguments) to ensure consistent behaviour
33 - djm@cvs.openbsd.org 2013/08/09 03:39:13
34 [sftp-client.c]
35 two problems found by a to-be-committed regress test: 1) msg_id was not
36 being initialised so was starting at a random value from the heap
37 (harmless, but confusing). 2) some error conditions were not being
38 propagated back to the caller
33 39
3420130808 4020130808
35 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt 41 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt