From 122f628e3b5aa873841cb57f3a34ac3ba7ca7080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Apr 2005 15:11:07 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15032 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 49893807b..08cedec39 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,11 @@ 2005-04-30 Love Hörnquist Åstrand + * 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 . 2005-04-27 Love Hörnquist Åstrand