git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16221 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-22 15:08:17 +00:00
parent 4863ea9553
commit 36b34169c8
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* rshd.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
* rsh.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
2005-06-08 Love H<>rnquist <20>strand <lha@it.su.se>
* rshd.c: init some important variables and check that they are

View File

@@ -1,3 +1,8 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* su.c: Check return value from asprintf instead of string != NULL
since it undefined behavior on Linux. From Bj<42>rn Sandell
2005-05-10 Dave Love <fx@gnu.org>
* su.c: Include <crypt.h>.