]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134744: Fix fcntl error handling (#134748)
authorVictor Stinner <vstinner@python.org>
Tue, 27 May 2025 13:09:46 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 13:09:46 +0000 (15:09 +0200)
commit9300a596d37d058e6e58d00a2ad70617c863a3de
tree0323da8f9d1220c3a4f7072a1f39bc8a56bd2c8c
parent176b059fa03b3d6abd58c6711bb24111f2245706
gh-134744: Fix fcntl error handling (#134748)

Fix also reference leak on buffer overflow.
Lib/test/test_fcntl.py
Lib/test/test_ioctl.py
Modules/fcntlmodule.c