The GNU version of the awk text processing utility
Backport upstream fix (commit a2d18c74) for CVE-2026-40467, a use-after-free vulnerability in io.c's do_getline_redir() function. The fix moves the DEREF(redir_exp) call from one early site to four separate locations right before each return/fatal path, preventing the node from being freed before it is still needed by is_non_fatal_redirect(). CVE: CVE-2026-40467 Upstream patches: - https://cgit.git.savannah.gnu.org/cgit/gawk.git/patch/?id=a2d18c74109e41bec29a23098eba2e00057286d8 Resolves: RHEL-222601 This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir |
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| assign-int.patch | ||
| gawk-4.2.1-CVE-2026-40467.patch | ||
| gawk-4.2.1-CVE-2026-40468.patch | ||
| gawk.spec | ||
| LICENSE.BSD | ||
| LICENSE.GPLv2 | ||
| LICENSE.LGPLv2 | ||
| plans.fmf | ||
| proc-rv.patch | ||
| sources | ||