]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134744: Fix fcntl error handling (#134748) (#134795)
authorVictor Stinner <vstinner@python.org>
Tue, 27 May 2025 16:13:20 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 16:13:20 +0000 (16:13 +0000)
commit8a6a6f39c869a6601babc31592e156ce22478a47
treec43bc1694d8afab91e152b2a0a327067d7e712f3
parent6493395f4b69c561db14fdb5c10a819fda52138d
[3.14] gh-134744: Fix fcntl error handling (#134748) (#134795)

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

Fix also reference leak on buffer overflow.

(cherry picked from commit 9300a596d37d058e6e58d00a2ad70617c863a3de)
Lib/test/test_fcntl.py
Lib/test/test_ioctl.py