]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the jsonbChangePayloadSize() routine so that it shifts the payload in order
authordrh <>
Sat, 7 Oct 2023 19:05:10 +0000 (19:05 +0000)
committerdrh <>
Sat, 7 Oct 2023 19:05:10 +0000 (19:05 +0000)
commitf26833d7837932c7a3ecc6522e439947e34074e0
tree30e7756ac50c2fdfd20f36a4225cce8cb3c0cef3
parent1244b6cbf663132e6f3d8c285eef0162c6fca397
Fix the jsonbChangePayloadSize() routine so that it shifts the payload in order
to always render the most compact encoding of the payload size.  This is
necessary as sometimes (as discovered by dbsqlfuzz) the payload size can
grow significantly due to json_insert() or json_replace().

FossilOrigin-Name: 8d6d04ca975ec55c419d40d8463c433b0db698c9fb4812ab9f16d4ee5bee460e
manifest
manifest.uuid
src/json.c