]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795) (#134798)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 10:54:53 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 10:54:53 +0000 (12:54 +0200)
commit741040236e05a3789e5d9756530b5ff92e0bc52d
tree5b24fc7ee580715692bc5f8b4ed7dac5898a36e3
parent067df2b95c094c6bdd62eae1bb23d518ede4f645
[3.13] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795) (#134798)

[3.14] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795)

gh-134744: Fix fcntl error handling (GH-134748)

Fix also reference leak on buffer overflow.
(cherry picked from commit 8a6a6f39c869a6601babc31592e156ce22478a47)

(cherry picked from commit 9300a596d37d058e6e58d00a2ad70617c863a3de)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_fcntl.py
Lib/test/test_ioctl.py