]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139269: Fix unaligned memory access in JIT code patching functions (GH-139271)
authorShamil <ashm.tech@proton.me>
Sat, 18 Oct 2025 23:20:04 +0000 (02:20 +0300)
committerGitHub <noreply@github.com>
Sat, 18 Oct 2025 23:20:04 +0000 (00:20 +0100)
commitbedaea05987738c4c6b958d19cec9621bec09f07
treeb88e0aa36d7ff50433fa289776048f501f98f94b
parent920de7ccdcfa7284b6d23a124771b17c66dd3e4f
gh-139269: Fix unaligned memory access in JIT code patching functions (GH-139271)

* Use memcpy for patching values instead of direct assignment

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Core_and_Builtins/2025-09-23-21-01-12.gh-issue-139269.1rIaxy.rst [new file with mode: 0644]
Python/jit.c