]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a harmless uninitialized variable read that occurs after an error
authordrh <>
Wed, 28 Jul 2021 02:04:58 +0000 (02:04 +0000)
committerdrh <>
Wed, 28 Jul 2021 02:04:58 +0000 (02:04 +0000)
commitc6da6dba691736f2eb156b419d63eb42b5a55cfa
treeb7805d53db7852844fd13c25a3055ed60fecf54b
parent9045e7d69680dba14ea6ac9d93fbb421abc568e0
Fix a harmless uninitialized variable read that occurs after an error
associated with a subquery that uses DISTINCT.  Found by a fuzzer.

FossilOrigin-Name: e9719f975f61c4c9f40ea077b049eed97d0957b925a4b6149d9ee21ce827b6a1
manifest
manifest.uuid
src/select.c