]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/mmapmodule.c` (GH-129784)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 19 Feb 2025 11:02:32 +0000 (12:02 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 11:02:32 +0000 (12:02 +0100)
commit0d0be7f7f18dde2a4002a53f040699e970dbf727
tree3f28369106960b9ded2abb5e970873e4d992823f
parentf8c041bff9117147b09eec1557bfbbd07149593a
gh-111178: fix UBSan failures in `Modules/mmapmodule.c` (GH-129784)

Fix UBSan failures for `mmap_object`

Use 'ignored' for NOARGS method and 'args' for others
Modules/mmapmodule.c