]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assert so that it compares two CellInfo objects field by field
authordrh <drh@noemail.net>
Mon, 19 Feb 2018 13:53:56 +0000 (13:53 +0000)
committerdrh <drh@noemail.net>
Mon, 19 Feb 2018 13:53:56 +0000 (13:53 +0000)
commita224ee2a1b12450014aa4ae1e0e85316efcf39c4
tree237e70e865dac5fb55fb50d9a6cbf0b512849ae4
parente28eb64d09e3615d2695c2f6972d0c01b472bc2f
Fix an assert so that it compares two CellInfo objects field by field
instead of using memcmp().  Memcmp() does not work on x86
because of uninitialized padding bytes.

FossilOrigin-Name: 88258770adead70fa101c74e266a37bb9aaffac0ba738a4b345617feb8c46477
manifest
manifest.uuid
src/btree.c