]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assert() that might fail if sqlite3_create_function_v2() is invoked with NULL...
authordan <Dan Kennedy>
Fri, 9 Jul 2021 14:59:12 +0000 (14:59 +0000)
committerdan <Dan Kennedy>
Fri, 9 Jul 2021 14:59:12 +0000 (14:59 +0000)
commit8eed58478677dd9f61920af4df97e86d1b789552
treeb71a91495cd191f9b40a6073353184710501478a
parent62f560f805db23e0619740c730e737c9989e75ec
Fix an assert() that might fail if sqlite3_create_function_v2() is invoked with NULL xStep and xFinal callbacks and a non-NULL xDestroy.

FossilOrigin-Name: ab1550a608684b6b9104b555a975482cfabca5053b7d7dcc60d63a0e3a8d707d
manifest
manifest.uuid
src/main.c
test/func3.test