]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the computation of the offset on the mmap() for the Nth shared memory
authordrh <drh@noemail.net>
Thu, 2 Sep 2010 14:00:19 +0000 (14:00 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Sep 2010 14:00:19 +0000 (14:00 +0000)
commit37e8b5b2cc0845accf38d1e0ef798cad6ad227b3
tree504959c95e5dee683386b702a03b54384352700f
parent4336cc45c5c82ba91e2aaef038047bb6e44a3b92
Fix the computation of the offset on the mmap() for the Nth shared memory
region.  Because of the way shared memory is accessed, the old computation,
though wrong, still happened to always get the right answer.  Nevertheless,
it is good to do the computation correctly.

FossilOrigin-Name: 36397f62f2e3a62b4d5730b29c197449c6850cac
manifest
manifest.uuid
src/os_unix.c