Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / doc / functions / snprintf.texi
index fabc2da..a2a81bc 100644 (file)
@@ -45,6 +45,9 @@ 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.
+@item
 This function does not truncate the result as specified in C99 on some platforms:
 mingw.
 @item