summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-09 08:54:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-09 08:54:31 +1100
commit340d1688e658e85a3c45270bc3fca4e6d1aee9b1 (patch)
tree48a376901c26bc814a67dd45776a819b7c480c43 /ChangeLog
parent1a8f535b970738f8de7599d5815d3be3beaa3b48 (diff)
- dtucker@cvs.openbsd.org 2010/01/08 21:50:49
[sftp.c] Fix two warnings: possibly used unitialized and use a nul byte instead of NULL pointer. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11093e7ad..b1350dc35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -154,6 +154,10 @@
154 [sftp-server.c] 154 [sftp-server.c]
155 bz#1566 don't unnecessarily dup() in and out fds for sftp-server; 155 bz#1566 don't unnecessarily dup() in and out fds for sftp-server;
156 ok markus@ 156 ok markus@
157 - dtucker@cvs.openbsd.org 2010/01/08 21:50:49
158 [sftp.c]
159 Fix two warnings: possibly used unitialized and use a nul byte instead of
160 NULL pointer. ok djm@
157 - (dtucker) [Makefile.in added roaming_client.c roaming_serv.c] Import new 161 - (dtucker) [Makefile.in added roaming_client.c roaming_serv.c] Import new
158 files for roaming and add to Makefile. 162 files for roaming and add to Makefile.
159 - (dtucker) [Makefile.in] .c files do not belong in the OBJ lines. 163 - (dtucker) [Makefile.in] .c files do not belong in the OBJ lines.