From 842c64a858ecd79b5deb6387c19be4e5d6ebf809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 2 Apr 2006 00:11:31 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16927 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index a7a30570b..48ec49da8 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,8 @@ 2006-04-02 Love Hörnquist Åstrand + * roken_gethostby.c (roken_gethostby): make addr_list one larger + to avoid a off-by-one error. Found by IBM checker. + * resolve.c: Plug memory leak found by IBM checker (and try to please it).