]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Feb 2026 15:58:59 +0000 (16:58 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Feb 2026 15:58:59 +0000 (15:58 +0000)
commit309bacdb4aeea967a86f657f6f94eae0ef912659
tree779afcd23c4730571ce93e0f2232fe1c63c0c794
parent99a4e55f79be815949d64e883847f3bafa93125b
[3.13] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144785)

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