From e07d2b2d0695d9e7bce0ebb0cc03d10f0e557bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 22 Oct 2005 17:18:07 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16225 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 14 ++++++++++++++ appl/xnlock/ChangeLog | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 0b4adfe97..334042e65 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,17 @@ +2005-10-22 Love Hörnquist Åstrand + + * telnet/commands.c: Check return value from asprintf instead of + string != NULL since it undefined behavior on Linux. From Björn + Sandell + + * libtelnet/kerberos5.c: Check return value from asprintf instead + of string != NULL since it undefined behavior on Linux. From Björn + Sandell + + * libtelnet/kerberos.c: Check return value from asprintf instead + of string != NULL since it undefined behavior on Linux. From Björn + Sandell + 2005-08-08 Love Hörnquist Åstrand * telnetd/telnetd.c: Fix printing of /etc/issue{,.net}. diff --git a/appl/xnlock/ChangeLog b/appl/xnlock/ChangeLog index e23dbaf84..49c1ce04f 100644 --- a/appl/xnlock/ChangeLog +++ b/appl/xnlock/ChangeLog @@ -1,3 +1,8 @@ +2005-10-22 Love Hörnquist Åstrand + + * xnlock.c: Check return value from asprintf instead of string != + NULL since it undefined behavior on Linux. From Björn Sandell + 2005-04-06 Love Hörnquist Åstrand * xnlock.c: use NULL as last argument to execl, not 0