]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Fix typo in CVE-2021-3326 entry
authorFlorian Weimer <fweimer@redhat.com>
Fri, 29 Jan 2021 17:20:54 +0000 (18:20 +0100)
committerRaphael Moreira Zinsly <rzinsly@linux.ibm.com>
Thu, 18 Mar 2021 21:08:42 +0000 (18:08 -0300)
NEWS

diff --git a/NEWS b/NEWS
index b743fba3c705246e0d069952e2809e7c74cbe481..66efd8e32bcbb0015fdd4a913e8a5f2e091ff401 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,7 @@ CVE-2020-29562: An assertion failure has been fixed in the iconv function
   when invoked with UCS4 input containing an invalid character.
 
   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.