aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-01-29 18:20:54 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-01-29 19:13:25 +0100
commit934c48a05b3491c39253678dd4bf671af8c3425e (patch)
tree1cee4a72519c2f11964e95783b8a4aa427367c9b
parenta50a080f6b0f958eb30d7520212f25f946ed7f8f (diff)
downloadglibc-934c48a05b3491c39253678dd4bf671af8c3425e.tar
glibc-934c48a05b3491c39253678dd4bf671af8c3425e.tar.gz
glibc-934c48a05b3491c39253678dd4bf671af8c3425e.tar.bz2
glibc-934c48a05b3491c39253678dd4bf671af8c3425e.zip
NEWS: Fix typo in CVE-2021-3326 entry
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 013f8ce9b1..4f84a60ff0 100644
--- 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.