git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16219 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-22 14:19:01 +00:00
parent e5dc0153d3
commit 4232beb6e4

View File

@@ -1,3 +1,8 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* rcp.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<42>rn Sandell
2005-08-30 Love H<>rnquist <20>strand <lha@it.su.se>
* util.c: Explicit typecast to avoid signess warning.