git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16217 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-22 13:16:07 +00:00
parent 9dccedb6d3
commit 5f70cc361a
2 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* ftpd/ls.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
* ftpd/gss_userok.c: Check return value from asprintf instead of
string != NULL since it undefined behavior on Linux. From Bj<42>rn
Sandell
* ftpd/ftpd.c: Check return value from asprintf instead of string
!= NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
* ftp/gssapi.c: Check return value from asprintf instead of string
!= NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
2005-10-12 Johan Danielsson <joda@pdc.kth.se>
* ftp/ftp.1: document -x

View File

@@ -1,5 +1,11 @@
2005-05-29 Love H<>rnquist <20>strand <lha@it.su.se>
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* pop_dropinfo.c: Check return value from asprintf instead of
string != NULL since it undefined behavior on Linux. From Bj<42>rn
Sandell
2005-05-29 Love H<>rnquist <20>strand <lha@it.su.se>
* pop_user.c: avoid 'unused variable' warnings
2005-05-10 Dave Love <fx@gnu.org>