New submission from Sergey Fedoseev <fedoseev.ser...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34230>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to