-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestopic-sqlite3type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
cpython/Modules/_sqlite/connection.c
Line 960 in 7ec1742
aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, sizeof(PyObject*)); |
In this case we don'y check it against NULL, and can dereference in next line:
cpython/Modules/_sqlite/connection.c
Line 961 in 7ec1742
if (*aggregate_instance == NULL) { |
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
erlend-aasland
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestopic-sqlite3type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done