]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 14 Feb 2026 17:07:32 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Feb 2026 17:07:32 +0000 (17:07 +0000)
commit5b0c1f780f25bf8b4dcf687a20658ad63cb99140
tree4da87d086b7b51e02698cf005dc2f0d618165493
parent77b71ac793ad7d5deb7c56ffa703d8d6f596dc74
[3.14] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144786)

gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892)
(cherry picked from commit 82b92e3cd180723a354cdeb0f0f1d593f1b5eb0d)

Co-authored-by: Priyanshu Singh <priyanshu2282@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2026-01-17-08-44-25.gh-issue-143637.qyPqDo.rst [new file with mode: 0644]
Modules/socketmodule.c