X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/fcbc6487a1f00a4d459e53e7d6a2e1d9b2e0ab36..d03186af8de9b660564ccc1804d2a9c2e93b2e58:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 11093e7a..b1350dc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -154,6 +154,10 @@ [sftp-server.c] bz#1566 don't unnecessarily dup() in and out fds for sftp-server; ok markus@ + - 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@ - (dtucker) [Makefile.in added roaming_client.c roaming_serv.c] Import new files for roaming and add to Makefile. - (dtucker) [Makefile.in] .c files do not belong in the OBJ lines.