This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
src
History
dan
5f84e14add
Fix a memory leak that can follow an OOM error in a user-function that uses sqlite3_set_auxdata().
...
FossilOrigin-Name: 0185c4b689d18d66e6aa39b4a7bddc279e3c9d17
2011-06-14 14:18:45 +00:00
..
alter.c
…
analyze.c
…
attach.c
…
auth.c
…
backup.c
…
bitvec.c
…
btmutex.c
…
btree.c
…
btree.h
…
btreeInt.h
…
build.c
…
callback.c
…
complete.c
…
ctime.c
…
date.c
…
delete.c
…
expr.c
…
fault.c
…
fkey.c
…
func.c
…
global.c
…
hash.c
…
hash.h
…
hwtime.h
…
insert.c
…
journal.c
…
legacy.c
…
lempar.c
…
loadext.c
…
main.c
…
malloc.c
…
mem0.c
…
mem1.c
…
mem2.c
…
mem3.c
…
mem5.c
…
memjournal.c
…
mutex_noop.c
…
mutex_os2.c
…
mutex_unix.c
…
mutex_w32.c
…
mutex.c
…
mutex.h
…
notify.c
…
os_common.h
…
os_os2.c
…
os_unix.c
…
os_win.c
…
os.c
…
os.h
…
pager.c
…
pager.h
…
parse.y
…
pcache1.c
…
pcache.c
…
pcache.h
…
pragma.c
…
prepare.c
…
printf.c
…
random.c
…
resolve.c
…
rowset.c
…
select.c
…
shell.c
…
sqlite3ext.h
…
sqlite.h.in
…
sqliteInt.h
…
sqliteLimit.h
…
status.c
…
table.c
…
tclsqlite.c
…
test1.c
…
test2.c
…
test3.c
…
test4.c
…
test5.c
…
test6.c
…
test7.c
…
test8.c
…
test9.c
…
test_async.c
…
test_autoext.c
…
test_backup.c
…
test_btree.c
…
test_config.c
…
test_demovfs.c
…
test_devsym.c
…
test_func.c
…
test_fuzzer.c
…
test_hexio.c
…
test_init.c
…
test_intarray.c
…
test_intarray.h
…
test_journal.c
…
test_loadext.c
…
test_malloc.c
…
test_multiplex.c
…
test_multiplex.h
…
test_mutex.c
…
test_onefile.c
…
test_osinst.c
…
test_pcache.c
…
test_quota.c
…
test_rtree.c
…
test_schema.c
…
test_server.c
…
test_stat.c
…
test_superlock.c
…
test_syscall.c
…
test_tclvar.c
…
test_thread.c
…
test_vfs.c
…
test_vfstrace.c
…
test_wholenumber.c
…
test_wsd.c
…
tokenize.c
…
trigger.c
…
update.c
…
utf.c
…
util.c
…
vacuum.c
…
vdbe.c
Fix a memory leak that can follow an OOM error in a user-function that uses sqlite3_set_auxdata().
2011-06-14 14:18:45 +00:00
vdbe.h
…
vdbeapi.c
…
vdbeaux.c
…
vdbeblob.c
…
vdbeInt.h
…
vdbemem.c
…
vdbetrace.c
…
vtab.c
…
wal.c
…
wal.h
…
walker.c
…
where.c
…