diff --git a/appl/rcp/ChangeLog b/appl/rcp/ChangeLog index 65eace59f..55cf1086a 100644 --- a/appl/rcp/ChangeLog +++ b/appl/rcp/ChangeLog @@ -1,3 +1,8 @@ +2005-10-22 Love Hörnquist Åstrand + + * rcp.c: Check return value from asprintf instead of string != + NULL since it undefined behavior on Linux. From Björn Sandell + 2005-08-30 Love Hörnquist Åstrand * util.c: Explicit typecast to avoid signess warning.