]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_lzmamodule.c` (GH-129783)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 18 Feb 2025 13:48:21 +0000 (14:48 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 13:48:21 +0000 (14:48 +0100)
commit185ac5adafb70a207b9d9ac7cb7808942813b832
tree3a59dad0d8ffee54fd3bca08a125ccfb29bdd3e9
parent97d0011e7ec0c8222de46ce581b8bac3cc7dddda
gh-111178: fix UBSan failures in `Modules/_lzmamodule.c` (GH-129783)

fix UBSan failures for LZMA objects

suppress unused return values
Modules/_lzmamodule.c