diff options
author | Daniel Marjamäki <Daniel.Marjamaki@evidente.se> | 2015-05-22 08:00:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-05 04:43:42 -0400 |
commit | aeb47bbc06cae80bbcc69452eb65118b5fe656b9 (patch) | |
tree | 73bcc01ce1fe45a2a61692b7a95d1b38f5ba1e7d /NEWS | |
parent | 496405af79252a2eb7a5ebdc3e29ba452869d047 (diff) | |
download | glibc-aeb47bbc06cae80bbcc69452eb65118b5fe656b9.tar.gz glibc-aeb47bbc06cae80bbcc69452eb65118b5fe656b9.tar.xz glibc-aeb47bbc06cae80bbcc69452eb65118b5fe656b9.zip |
Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18265]
This patch adds __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp. These added annotations match the annoations for strcat, strncat, strcmp, strncmp in glibc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 4c31de7b2d..d011ce6030 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,11 @@ See the end for copying conditions. Please send GNU C library bug reports via <http://sourceware.org/bugzilla/> using `glibc' in the "product" field. +Version 2.23 + +* The following bugs are resolved with this release: + 18265 + Version 2.22 * The following bugs are resolved with this release: |