]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assertion failure triggered by a SELECT with a compound sub-query that
authordan <dan@noemail.net>
Sat, 31 Mar 2018 16:31:51 +0000 (16:31 +0000)
committerdan <dan@noemail.net>
Sat, 31 Mar 2018 16:31:51 +0000 (16:31 +0000)
commit4f9a7e5cb74b07b33209cc39d7acdbc85fd0ea2a
tree5ce6577ea4d8a197f5b4edaa43751ecad9a42624
parent58bd03320dce25523d8c7125b63dc16810a624cc
Fix an assertion failure triggered by a SELECT with a compound sub-query that
contains an incorrectly placed ORDER BY clause. This problem is just an
assert() failure - non-DEBUG builds are not affected. Problem found by
OSSFuzz.

FossilOrigin-Name: 823779d31eb09cda5effe747d9adb35e600a52d4274226586437f674e7824d91
manifest
manifest.uuid
src/select.c
test/subquery2.test