[New-bugs-announce] [issue26387] Race condition in sqlite module

Filipp Andjelo report at bugs.python.org
Thu Feb 18 12:59:33 EST 2016


New submission from Filipp Andjelo:

Race condition in sqlite close/dealloc crashes the application with double free(). The pointer is set to NULL outside of mutexed zone, so if close and dealloc follow each other very shortly application crashes. Please see the attached patch.

----------
components: Library (Lib)
files: sqlite_connection.c.patch
keywords: patch
messages: 260472
nosy: scorp
priority: normal
severity: normal
status: open
title: Race condition in sqlite module
type: crash
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41958/sqlite_connection.c.patch

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


More information about the New-bugs-announce mailing list