]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the sorter uses mmap'd temp files, ensure all pages of the temp file have been...
authordan <dan@noemail.net>
Tue, 30 Dec 2014 14:40:53 +0000 (14:40 +0000)
committerdan <dan@noemail.net>
Tue, 30 Dec 2014 14:40:53 +0000 (14:40 +0000)
commitd348c66e2971fe9de3ec832e54c24348bfcec8ec
treeaacb0e0485c672089ee6a32b8a28f6c27b97656d
parent51dc84eb7053963a6236e0a10dd3936bf4bd1378
If the sorter uses mmap'd temp files, ensure all pages of the temp file have been allocated before it is accessed. Otherwise, a disk-full condition might result in a SIGBUS exception.

FossilOrigin-Name: 776648412c30dce206f1024ff849c2cb025bb006
manifest
manifest.uuid
src/os_unix.c
src/vdbesort.c