@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@item
On some platforms, @code{calloc (n, s)} can succeed even if
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@item
On some platforms, @code{malloc (n)} can succeed even if @code{n}
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@item
On some platforms, @code{realloc (p, n)} can succeed even if @code{n}
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@end itemize
Portability problems not fixed by Gnulib: