]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 24 Feb 2025 12:20:49 +0000 (13:20 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 12:20:49 +0000 (13:20 +0100)
commitde13293d264f1cec439d87fc477d0ccf05793a1a
treea41217f1b5f4f62475e2d37c31fac08fa4ef9e67
parentc070abadb2e2ddb9a032ee5ded67098e9a64ea3d
gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)

Fix UBSan failures for `DirEntry`, `ScandirIterator`
Use better semantic naming
Modules/posixmodule.c