git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16225 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-22 17:18:07 +00:00
parent d448f74010
commit e07d2b2d06
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* telnet/commands.c: Check return value from asprintf instead of
string != NULL since it undefined behavior on Linux. From Bj<42>rn
Sandell
* libtelnet/kerberos5.c: Check return value from asprintf instead
of string != NULL since it undefined behavior on Linux. From Bj<42>rn
Sandell
* libtelnet/kerberos.c: Check return value from asprintf instead
of string != NULL since it undefined behavior on Linux. From Bj<42>rn
Sandell
2005-08-08 Love H<>rnquist <20>strand <lha@it.su.se>
* telnetd/telnetd.c: Fix printing of /etc/issue{,.net}.

View File

@@ -1,3 +1,8 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* xnlock.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
2005-04-06 Love H<>rnquist <20>strand <lha@it.su.se>
* xnlock.c: use NULL as last argument to execl, not 0