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.