Catch and avoid a 16-bit integer overflow on the number of columns in a
commit0dbfbc274b5787ad41e521a77778b0b5d93a8008
authorD. Richard Hipp <drh@hwaci.com>
Sat, 21 Oct 2017 14:17:31 +0000 (21 14:17 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 21 Oct 2017 14:17:31 +0000 (21 14:17 +0000)
tree3b0495df8b4da5300a94ac31fab4e691fc20bf76
parentb191361e95ea13bd076f187882085d718b0b0b41
Catch and avoid a 16-bit integer overflow on the number of columns in a
common table expression.  This fixes a problem found by OSS-Fuzz.  The
test case is in TH3.
src/select.c