]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure an imbalance in the number of columns on a compound SELECT is
authordrh <drh@noemail.net>
Wed, 26 Mar 2008 12:46:23 +0000 (12:46 +0000)
committerdrh <drh@noemail.net>
Wed, 26 Mar 2008 12:46:23 +0000 (12:46 +0000)
commitad27e76110c003fefad8fbe3bc59dd6c68aa9317
treede008ed059d48039c9bd7fcda292c337dfa243d8
parente14006d0de810c1bc04986c6d85381a8a0468666
Make sure an imbalance in the number of columns on a compound SELECT is
detected and reported as an error before it can cause an assertion fault
or array-bounds overflow in the code generator.
Oops: part of the fix for ticket #3015 got included with this
check-in by mistake. (CVS 4917)

FossilOrigin-Name: 50de87dc808820a70d3a99277f532e418a2f97e2
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
test/select4.test