[glibc] advisories: Fix spelling mistake in GLIBC-SA-2026-0009.
Carlos O'Donell via Glibc-cvs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e3e8f814e53d32da99db03ac38ed3af86651b233 commit e3e8f814e53d32da99db03ac38ed3af86651b233 Author: Carlos O'Donell <[email protected]> Date: Mon Apr 20 16:37:20 2026 -0400 advisories: Fix spelling mistake in GLIBC-SA-2026-0009. Diff: --- advisories/GLIBC-SA-2026-0009 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advisories/GLIBC-SA-2026-0009 b/advisories/GLIBC-SA-2026-0009 index ae376e9fda..3c297fdc80 100644 --- a/advisories/GLIBC-SA-2026-0009 +++ b/advisories/GLIBC-SA-2026-0009 @@ -13,7 +13,7 @@ The impact is limited by the fact that to execute the overwrite you need both user controlled input data and a specific choice of maximum width that yields a smaller than needed allocation. The latter point has to take into account malloc's particular chunk size rounding process. The -"%[width]mc" format specififer does not appear to have notable use in +"%[width]mc" format specifier does not appear to have notable use in major Linux-based OS distributions, due to which the real world impact may be limited to bespoke use cases.