]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 29 Jan 2021 18:13:25 +0000 (19:13 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 013f8ce9b1dc443408f936fbcaba0dda24640ce1..4f84a60ff043ac8fe23c94cdf368da1f3fe7c7a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.