]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Objects/bytearrayobject.c` (GH-128236)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 10 Jan 2025 10:50:02 +0000 (11:50 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 10:50:02 +0000 (11:50 +0100)
commit613240bf03a44323f78f02359b2acf928a4093f4
treef4230179f49dea2c6b7c7f3b2944eeaad2c7c778
parent295776c7f3778756e4bdbfa06bded731ad022047
gh-111178: fix UBSan failures in `Objects/bytearrayobject.c` (GH-128236)

* fix UBSan failures for `bytesiterobject`
* fix UBSan failures for `PyByteArrayObject`
Objects/bytearrayobject.c