]> 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:58:12 +0000 (12:58 +0000)
committerdrh <>
Mon, 29 Jan 2024 12:58:12 +0000 (12:58 +0000)
commitf8380223423da1e20a2d093abf9620f01e0b709a
treeb7816a7258d78c729a0b3547012d01cefe574520
parente6a50562f4f4735ef1eadab066d1d14203aa18c8
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: 3ab08ac75d97ffd9920f5c924362a4819560b40faa8a4f9100068057f5fa420a
manifest
manifest.uuid
src/json.c