]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In setResultStrOrError(), if the input string pointer is NULL and hence the
authordrh <>
Tue, 29 Mar 2022 22:57:00 +0000 (22:57 +0000)
committerdrh <>
Tue, 29 Mar 2022 22:57:00 +0000 (22:57 +0000)
commitc55b62d4cba51b583cbb6fe5f65e415a356f36d6
treeece7bcec4b64958ace0df092b79cd1941874eb65
parent4cb32b70ed9fad380c99a7af34373d1f952b1f9e
In setResultStrOrError(), if the input string pointer is NULL and hence the
value gets set to an SQL NULL, then the Mem.enc field is uninitialized.  So
do not read it.  This is a harmless OSSFuzz/ASAN found problem.

FossilOrigin-Name: 47d0b1c4cfc3d2d8f57a02079276bb70a205ffd0f18007dd39c92f813d4c87f5
manifest
manifest.uuid
src/vdbeapi.c