]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix other potentiall pointer aliasing problems associated with subclassing
authordrh <drh@noemail.net>
Fri, 24 Jul 2020 09:17:42 +0000 (09:17 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Jul 2020 09:17:42 +0000 (09:17 +0000)
commit0c52f5a2b02ed67fef90e498273d35a3596e0b9a
treed68878ac8dceb1d01a172259cc96b0d4e6551288
parentd9059bdb5b9e96d06c987ecbe29725912e092fd9
Fix other potentiall pointer aliasing problems associated with subclassing
of the sqlite3_file object for various VFS implementations.

FossilOrigin-Name: 270ac1a0f232d75537be40abae559004e950b992cb2c7e94cd6de66e96ae17bd
ext/misc/appendvfs.c
ext/misc/cksumvfs.c
manifest
manifest.uuid
src/memdb.c
src/os_unix.c
src/os_win.c
src/test_multiplex.c