[issue26387] Crash calling sqlite3_close with invalid pointer

Filipp Andjelo report at bugs.python.org
Wed Mar 9 05:43:00 EST 2016


Filipp Andjelo added the comment:

The issue26494 seems really suspicious, could be our case. And regarding my patch, nice to know, you are the same opinion. However, the code there is looking very strange. I really don't understand, why there are mutex guards anyway, since close() can only be called from one thread (there is a check) and dealloc() can only be called, when the object is not in use anymore.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26387>
_______________________________________


More information about the Python-bugs-list mailing list