Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / doc / functions / vsprintf.texi
index 1da4959..bc0ed4c 100644 (file)
@@ -37,6 +37,9 @@ NetBSD 3.0, Cygwin 2006, mingw.
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 2007, mingw.
+@item
+This function can crash in out-of-memory conditions on some platforms:
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0.
 @end itemize
 
 Portability problems not fixed by Gnulib: