]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:30:29 +0000 (14:30 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 13:30:29 +0000 (13:30 +0000)
commit76d0c4b6885365a08e840d99ab948ab2b7c4a34e
tree9ea248e1edf988b22c41cbdcdbd56de0eaf2ca69
parentbda62c0b22f8266b515e9ebb64a6115947b9dd43
[3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (GH-104283) (GH-114182)

(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