]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only require double-zero terminators on database filenames, not any every
authordrh <drh@noemail.net>
Tue, 10 Jan 2012 23:18:38 +0000 (23:18 +0000)
committerdrh <drh@noemail.net>
Tue, 10 Jan 2012 23:18:38 +0000 (23:18 +0000)
commitc02a43afae698b1308170b26ddfedb3c81600ea1
tree45e1e1b9bc1fcaca46639bb00d253b054df2cd73
parentc02372ce6f1f14e380b46704cc65018e74174caf
parent6f2f19a154095e833a154172d3f95c8343e1eb82
Only require double-zero terminators on database filenames, not any every
files supplied to the xOpen method.  This backs out [2544f233f1].  Also
refactor the fillInUnixFile() routine in os_unix.c to reduce the number
of parameters.

FossilOrigin-Name: cb774b26e13745cfad0d76a71e47466d703e0007
manifest
manifest.uuid
src/os_unix.c
src/pager.c
src/test3.c
src/test_multiplex.c
src/util.c