Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Bug report
Bug description:
cpython/Modules/_sqlite/connection.c
Line 960 in7ec1742
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 in7ec1742
if (*aggregate_instance==NULL) { |
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done