diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-01-29 18:20:54 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-01-29 19:13:25 +0100 |
commit | 934c48a05b3491c39253678dd4bf671af8c3425e (patch) | |
tree | 1cee4a72519c2f11964e95783b8a4aa427367c9b /NEWS | |
parent | a50a080f6b0f958eb30d7520212f25f946ed7f8f (diff) | |
download | glibc-934c48a05b3491c39253678dd4bf671af8c3425e.zip glibc-934c48a05b3491c39253678dd4bf671af8c3425e.tar.gz glibc-934c48a05b3491c39253678dd4bf671af8c3425e.tar.bz2 |
NEWS: Fix typo in CVE-2021-3326 entry
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ Changes to build and runtime requirements: Security related changes: CVE-2021-3326: An assertion failure during conversion from the - qISO-20220-JP-3 character set using the iconv function has been fixed. + ISO-20220-JP-3 character set using the iconv function has been fixed. This assertion was triggered by certain valid inputs in which the converted output contains a combined sequence of two wide characters crossing a buffer boundary. Reported by Tavis Ormandy. |