freeswitch/libs/sqlite/src
Travis Cross 45c4450046 Prevent sqlite from over-reading a structure
Our sqlite fork was reading past the end of the zP3 KeyInfo structure
here.  This was causing gcc and clang's address sanitization to alert.

FS-6279 --resolve

Thanks-to: Christopher Rienzo <chris@rienzo.net>
2014-02-27 23:19:43 +00:00
..
ex
alter.c
analyze.c
attach.c
auth.c
btree.c
btree.h
build.c
callback.c
complete.c
date.c
delete.c
expr.c
func.c
hash.c
hash.h
insert.c
legacy.c
loadext.c sync up our in tree sqlite with the 3.3.13 official release. Commit to follow to finish this process on the windows build. 2007-02-22 22:09:42 +00:00
main.c
os.c add sqlite 3.3.8 to in tree libs 2006-12-19 20:11:50 +00:00
os.h
os_common.h fix build 2012-11-29 10:40:47 -06:00
os_os2.c
os_os2.h
os_unix.c
os_win.c
pager.c
pager.h
parse.y
pragma.c
prepare.c
printf.c
random.c
select.c
shell.c Fix warnings in sqlite 2012-06-24 08:34:52 +00:00
sqlite.h.in
sqlite3ext.h
sqliteInt.h make strdup NULL return strdup("") in sqlite for mac bug 2011-08-01 10:02:31 -05:00
table.c
tclsqlite.c
test1.c
test2.c
test3.c
test4.c
test5.c
test6.c
test7.c
test8.c
test_async.c
test_autoext.c
test_loadext.c
test_md5.c
test_schema.c
test_server.c
test_tclvar.c
tokenize.c
trigger.c
update.c
utf.c
util.c
vacuum.c
vdbe.c
vdbe.h
vdbeInt.h
vdbeapi.c
vdbeaux.c Prevent sqlite from over-reading a structure 2014-02-27 23:19:43 +00:00
vdbefifo.c
vdbemem.c
vtab.c
where.c