Document snprintf bug on Linux libc5.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Apr 2008 07:51:46 +0000 (09:51 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Apr 2008 07:51:46 +0000 (09:51 +0200)
doc/posix-functions/snprintf.texi
doc/posix-functions/vsnprintf.texi

index 66ef6a9..d588614 100644 (file)
@@ -11,6 +11,10 @@ Portability problems fixed by either Gnulib module @code{snprintf} or @code{snpr
 @item
 This function is missing on some platforms:
 OSF/1 4.0, Solaris 2.5.1.
+@item
+This function overwrites memory even when a size argument of 1 is passed on some
+platforms:
+Linux libc5.
 @end itemize
 
 Portability problems fixed by Gnulib module @code{snprintf-posix}:
index f3477f0..bd14f00 100644 (file)
@@ -11,6 +11,10 @@ Portability problems fixed by either Gnulib module @code{vsnprintf} or @code{vsn
 @item
 This function is missing on some platforms:
 OSF/1 4.0, Solaris 2.5.1.
+@item
+This function overwrites memory even when a size argument of 1 is passed on some
+platforms:
+Linux libc5.
 @end itemize
 
 Portability problems fixed by Gnulib module @code{vsnprintf-posix}: