]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The ability to load extensions is turned off by default. It must be
authordrh <drh@noemail.net>
Tue, 27 Jun 2006 15:16:14 +0000 (15:16 +0000)
committerdrh <drh@noemail.net>
Tue, 27 Jun 2006 15:16:14 +0000 (15:16 +0000)
commitc2e87a3e856f6c88b46f5e1859631d9da4d2c4a1
tree1f97ed6975c6fef41d45fbf1318b19af4fce1b65
parent69dab1d33f5bb74f1628228523306fc0aa1045f8
The ability to load extensions is turned off by default.  It must be
enabled by calling sqlite3_enable_load_extension() before it will work.
This prevents security problems in legacy applications.  Ticket #1863. (CVS 3311)

FossilOrigin-Name: 4692319ccf28b0ebe64d5c5d189f444034fe0cb2
manifest
manifest.uuid
src/loadext.c
src/shell.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
test/loadext.test