]> git.ipfire.org Git - thirdparty/sqlite.git/commit
On unix, for certain error codes of read()/pread() return
authordrh <drh@noemail.net>
Wed, 18 Nov 2020 12:48:48 +0000 (12:48 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Nov 2020 12:48:48 +0000 (12:48 +0000)
commit5a07d10fd15408218a6324bea6ff9ec080a73218
treeef769b8969919a8b3674aa0a001dfc3da0f83059
parentaff1a57f4d19786ea07544d79eb82124d1122c49
On unix, for certain error codes of read()/pread() return
SQLITE_IOERR_CORRUPTFS instead of SQLITE_IOERR_READ.  And then convert this
error into SQLITE_CORRUPT prior to returning back to the application.

FossilOrigin-Name: 9538ea8447e7b07c05197d6ff2208d3e97b45798736c85b63e8f0c7a3a98c1f3
manifest
manifest.uuid
src/malloc.c
src/os_unix.c
src/sqlite.h.in