commit | 5170c16d2105ef5a1a049d2fd8a05439f6b47229 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 01 08:24:55 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 01 08:24:55 2016 +0300 |
tree | bdee43f7fa5130ffd9b3a28a31e2e15988683a54 | |
parent | dace77c5306fc68ec754b3c73cdba29bfa10444f [diff] |
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() if pass invalid string-like object as a name. Original patch by Xiang Zhang.