]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Objects/bytesobject.c` (GH-128237)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 10 Jan 2025 10:48:06 +0000 (11:48 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 10:48:06 +0000 (11:48 +0100)
commit295776c7f3778756e4bdbfa06bded731ad022047
tree72518f885abdc97e3d4ab88e9046ddb95c867979
parent49d78158c058ff2dece8c0a1acec384f9c413ab3
gh-111178: fix UBSan failures in `Objects/bytesobject.c` (GH-128237)

* remove redundant casts for `bytesobject`
* fix UBSan failures for `striterobject`
Objects/bytesobject.c