Skip to content

gh-111178: fix UBSan failures in Modules/_sqlite#129087

Merged
encukou merged 8 commits intopython:mainfrom
picnixz:fix/ubsan/sqlite-111178
Jan 31, 2025
Merged

gh-111178: fix UBSan failures in Modules/_sqlite#129087
encukou merged 8 commits intopython:mainfrom
picnixz:fix/ubsan/sqlite-111178

Conversation

@picnixz
Copy link
Member

@picnixz picnixz commented Jan 20, 2025

@encukou encukou merged commit 881984b into python:main Jan 31, 2025
46 checks passed
@erlend-aasland
Copy link
Contributor

Thanks!

@picnixz picnixz deleted the fix/ubsan/sqlite-111178 branch February 2, 2025 21:51
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Feb 7, 2025
…9087)

* fix UBSan failures for `pysqlite_Blob`
* fix UBSan failures for `pysqlite_Connection`
* fix UBSan failures for `pysqlite_Cursor`
* fix UBSan failures for `pysqlite_PrepareProtocol`
* fix UBSan failures for `pysqlite_Row`
* fix UBSan failures for `pysqlite_Statement`

* suppress unused return values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment