]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_sre/sre.c` (GH-128250)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 7 Jan 2025 11:47:18 +0000 (12:47 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2025 11:47:18 +0000 (12:47 +0100)
commita734c1e304ab459fb34a88f6dd2dbd944a1b57c9
treebeee42ae996e8a0205c236cd83669724f5dfdbe9
parentbcdf654c8a9d8a661e32e6a89f043197de19ad53
gh-111178: fix UBSan failures in `Modules/_sre/sre.c` (GH-128250)

fix UBSan failures for `PatternObject`, `MatchObject`, `TemplateObject`, `ScannerObject`
Modules/_sre/sre.c