diff options
author | Bruno Haible <bruno@clisp.org> | 2021-06-05 17:07:06 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2021-06-05 17:07:06 +0200 |
commit | c3549ab805260a7679bc6459612904a3cf3b8ab1 (patch) | |
tree | 317d912a37049abc54f6f74f1f084332b0247018 /ChangeLog | |
parent | 4d288a80bf7ebe29334b9805cdcc70eacb6059c1 (diff) | |
download | gnulib-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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>. |