The GNU version of the awk text processing utility
Backport fix for CVE-2026-40468 to gawk 4.2.1. The new patch (gawk-4.2.1-CVE-2026-40468.patch) is based on two upstream commits (062f2f25, aa7272a6) that fix integer overflow issues in do_sub() (builtin.c) and parse_escape() (node.c). The fix changes variable types to prevent overflow and adds explicit 64-bit overflow bounds checking before realloc in do_sub(), providing a fatal error message instead of heap corruption. CVE: CVE-2026-40468 Upstream patches: - |
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| assign-int.patch | ||
| gawk-4.2.1-CVE-2026-40468.patch | ||
| gawk.spec | ||
| LICENSE.BSD | ||
| LICENSE.GPLv2 | ||
| LICENSE.LGPLv2 | ||
| plans.fmf | ||
| proc-rv.patch | ||
| sources | ||