summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-05 17:07:06 +0200
committerBruno Haible <bruno@clisp.org>2021-06-05 17:07:06 +0200
commitc3549ab805260a7679bc6459612904a3cf3b8ab1 (patch)
tree317d912a37049abc54f6f74f1f084332b0247018 /ChangeLog
parent4d288a80bf7ebe29334b9805cdcc70eacb6059c1 (diff)
downloadgnulib-c3549ab805260a7679bc6459612904a3cf3b8ab1.tar.gz
lib-symbol-visibility: Make configure check work for newer GCC.
Reported by Ozkan Sezer <sezeroz@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-05/msg00117.html>. * m4/visibility.m4 (gl_VISIBILITY): Add a function definition for each declaration in the test program.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77e2c0038b..4b121fb0fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-06-05 Bruno Haible <bruno@clisp.org>
+ lib-symbol-visibility: Make configure check work for newer GCC.
+ Reported by Ozkan Sezer <sezeroz@gmail.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-05/msg00117.html>.
+ * m4/visibility.m4 (gl_VISIBILITY): Add a function definition for each
+ declaration in the test program.
+
+2021-06-05 Bruno Haible <bruno@clisp.org>
+
vasnprintf: Don't leak memory when memory allocation fails.
Found by Coverity. Reported by Mike Fabian <mfabian@redhat.com> in
<https://lists.gnu.org/archive/html/bug-libunistring/2021-06/msg00000.html>.