]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jan 2024 13:31:33 +0000 (14:31 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 13:31:33 +0000 (13:31 +0000)
commit00e77935193221f1601405587b9ec05c14c13284
tree28d9a13660a50ff54eb673fec3edeaa162fcf57f
parent27941b14ab9ecdb88fe2ced68b50fa428c2ea8f2
[3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (GH-104283) (GH-114181)

(cherry picked from commit 0154405350c272833bd51f68138223655e142a37)

Co-authored-by: Radislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Lib/test/test_lzma.py
Misc/NEWS.d/next/Library/2023-05-08-09-30-00.gh-issue-104282.h4c6Eb.rst [new file with mode: 0644]
Modules/_lzmamodule.c