]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When rendering JSONB back into text JSON, report an error if a zero-length
authordrh <>
Mon, 29 Jan 2024 12:50:32 +0000 (12:50 +0000)
committerdrh <>
Mon, 29 Jan 2024 12:50:32 +0000 (12:50 +0000)
commit3fc7a34efc5b840c069a4d55f61f14b3d68df85b
tree7ae8ca6f35e66146a5b3e194a380b7ac0d5ce479
parent4c11a5251a084d307ab11a458749408a5623fd9e
When rendering JSONB back into text JSON, report an error if a zero-length
integer or floating-point node is encountered.  Otherwise, if the node occurs
at the very end of the JSONB, the rendering logic might read one byte past
the end of the initialized part of the BLOB byte array.  OSSFuzz 66284.

FossilOrigin-Name: b0eb279ea83c1c788c39fb90e178ec99fa4c782195c376a420c661fedf4545a7
manifest
manifest.uuid
src/json.c