From ab50fce383359f0fcd929dd017ba9bd7105e5eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Jun 2007 23:06:06 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20897 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 619024c64..39629ec90 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,12 @@ 2007-06-04 Love Hörnquist Åstrand + * print.c: Leak less memory. + + * hxtool.c: Leak less memory. + + * print.c: Leak less memory, use functions that does same but + more. + * name.c (quote_string): don't sign extend the (signed) char to avoid printing too much, add an assert to check that we didn't overrun the buffer.