git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15032 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-30 15:11:07 +00:00
parent b4e448428a
commit 122f628e3b

View File

@@ -1,5 +1,11 @@
2005-04-30 Love H<>rnquist <20>strand <lha@it.su.se>
* snprintf.c (vsnprintf): don't write the NUL into the string if
the length was 0
* snprintf-test.c: add check that snprintf doesn't write the NUL
into the last byte when its a zero length input string
* parse_time-test.c: Include <err.h>.
2005-04-27 Love H<>rnquist <20>strand <lha@it.su.se>