git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20897 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-04 23:06:06 +00:00
parent 852d5a2392
commit ab50fce383

View File

@@ -1,5 +1,12 @@
2007-06-04 Love H<>rnquist <20>strand <lha@it.su.se> 2007-06-04 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 * 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 avoid printing too much, add an assert to check that we didn't
overrun the buffer. overrun the buffer.