[New-bugs-announce] [issue34230] crashes in pysqlite_build_row_cast_map() on memory allocation failure

Sergey Fedoseev report at bugs.python.org
Thu Jul 26 01:33:24 EDT 2018


New submission from Sergey Fedoseev <fedoseev.sergey at gmail.com>:

pysqlite_build_row_cast_map() can crash on memory allocation failure:

1. it doesn't check that PyList_New() returns non-NULL
2. Py_DECREF() borrowed reference when

----------
components: Extension Modules
messages: 322396
nosy: sir-sigurd
priority: normal
severity: normal
status: open
title: crashes in pysqlite_build_row_cast_map() on memory allocation failure
type: crash

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34230>
_______________________________________


More information about the New-bugs-announce mailing list