]> granicus.if.org Git - python/commit
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Sep 2016 21:14:24 +0000 (00:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Sep 2016 21:14:24 +0000 (00:14 +0300)
commit22805ca54e1e5db4b66be1b28b0baac2b1b4b4de
tree58274b5e8f592ebca990e90533e9137b18989989
parentde10dbec778b55edae98aaae095188ef1acd6514
parent407ac476905a12e80ef4eb511a2d5111dbe62b99
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
if pass invalid string-like object as a name.  Patch by Xiang Zhang.
Misc/NEWS
Modules/_sqlite/connection.c