Re: [LFS Trac] #5910: python CVE-2026-6100
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
#5910: python CVE-2026-6100
-------------------------+-----------------------
Reporter: Joe Locash | Owner: lfs-book
Type: enhancement | Status: new
Priority: highest | Milestone: 13.1
Component: Book | Version: git
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by Bruce Dubbs):
At first I thought this was for cython, but it is indeed a module in
Python-3.14.4 (ticket #5907).
It first looked like the pull request could be implemented with a single
sed across three files, but the changes are slightly different for each
file. We can use:
sed -i '596 a\ bzs->next_in = NULL;' Modules/_bz2module.c
sed -i '1122a\ lzs->next_in = NULL;' Modules/_lzmamodule.c
sed -i '1677a\ self->zst.next_in = NULL;' Modules/zlibmodule.c
We need line numbers since there are multiple instances of '^error:' in
the files.
Note that the line numbers are different from the pull request for
Python-3.14.4.
--
Ticket URL: <https://wiki.linuxfromscratch.org/lfs/ticket/5910#comment:1>
LFS Trac <https://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page