]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: Add a link to a FreeBSD bug report.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 15 Dec 2025 02:12:02 +0000 (18:12 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 15 Dec 2025 02:12:02 +0000 (18:12 -0800)
* doc/posix-functions/realloc.texi: Add a link to the bug report for
FreeBSD 15 not setting errno for large size values.

ChangeLog
doc/posix-functions/realloc.texi

index e5e67e7a8c2fdb4fed65eee56122ace55ae2e471..b8954e4040876b5269a718023c27c179407d76c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-14  Collin Funk  <collin.funk1@gmail.com>
+
+       doc: Add a link to a FreeBSD bug report.
+       * doc/posix-functions/realloc.texi: Add a link to the bug report for
+       FreeBSD 15 not setting errno for large size values.
+
 2025-12-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        extern-inline: #define AAA_INLINE pre-<config.h>
index 5a0feb85213cd04d879dc0bbcae027716ce3bab8..fae8b65a9680535b6f3ab2a9fa9e1921784f87a7 100644 (file)
@@ -12,6 +12,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 On some platforms, when the function fails it does not set @code{errno}:
+@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291677
 FreeBSD 15 (for a size > 0x7000000000000000), mingw, MSVC 14.
 
 @item