]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Sep 2025 08:33:08 +0000 (10:33 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 08:33:08 +0000 (11:33 +0300)
commit06dbf81a56c654034b36101a409cb806e738e89e
treeacc5ef55912d58b0461b1d0e3620ebdb887cf1be
parent154ec76def4216721c7926c60117667812d477f8
[3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220) (GH-138387)

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