]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When inserting a 3-byte cell into a btree, ensure that the extra padding byte is...
authormistachkin <mistachkin@noemail.net>
Wed, 6 Mar 2024 20:56:52 +0000 (20:56 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 6 Mar 2024 20:56:52 +0000 (20:56 +0000)
commit069145155758282969f983f918ba0bf677bdcece
tree7047bf7c807a090870cb3098bb6a2ba7f6f74d41
parentfe271d67173033e56164f8c6c064a3d5c1b0ab08
When inserting a 3-byte cell into a btree, ensure that the extra padding byte is 0x00.  This is not necessary for security, as far as I can tell, but it seems like a reasonable precaution.

FossilOrigin-Name: f3e841873dffaa8cd2f4f3cf260487ed402febb99b9ccad04e2a1d481e903aca
manifest
manifest.uuid
src/btree.c