]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 1 Oct 2016 05:24:55 +0000 (08:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 1 Oct 2016 05:24:55 +0000 (08:24 +0300)
commit5170c16d2105ef5a1a049d2fd8a05439f6b47229
treebdee43f7fa5130ffd9b3a28a31e2e15988683a54
parentdace77c5306fc68ec754b3c73cdba29bfa10444f
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
if pass invalid string-like object as a name.  Original patch by Xiang Zhang.
Misc/NEWS
Modules/_sqlite/connection.c