]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 12:26:09 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 12:26:09 +0000 (14:26 +0200)
commit669253fde5210950ca4b32e5b22194aff7dd136e
treeb307a7f4294695d7a3b73cc786fd1db78b772ac9
parent8da7c7e1f3c35ef9267cdc4b4f8c7cbaba21b39a
[3.14] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220) (GH-138386)

This is a Linux kernel bug which caused a bus error.
https://bugzilla.kernel.org/show_bug.cgi?id=8691
(cherry picked from commit 33fcb0c4a054f646d9d3686c145209a893b09bb0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2025-08-28-13-20-09.gh-issue-138204.8oLOud.rst [new file with mode: 0644]
Modules/mmapmodule.c