]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the xAccess() method of the unix VFS, return true if the named object
authordrh <drh@noemail.net>
Thu, 26 Dec 2019 00:56:50 +0000 (00:56 +0000)
committerdrh <drh@noemail.net>
Thu, 26 Dec 2019 00:56:50 +0000 (00:56 +0000)
commit96e8eebf96fb2fe0f5ab91526fa6ea2b5486f559
tree1a2cbf6d7b776eb0e45c1256b67e198ac24d12ab
parent0b12613a006a69d05f4db3efd5c4190ef6a7bee9
In the xAccess() method of the unix VFS, return true if the named object
is a directory, regardless of what stat() reports as the st_size for the
object.  Different filesystems report st_size differently for directories.
Problem reported on the mailing list by Stefan BrĂ¼ns.

FossilOrigin-Name: c8c6dd0e6582ec9103d007b294c42bb1820be1fa7dab85d873b04e0b90571626
manifest
manifest.uuid
src/os_unix.c