]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Catch and avoid a 16-bit integer overflow on the number of columns in a
authordrh <drh@noemail.net>
Sat, 21 Oct 2017 14:17:31 +0000 (14:17 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Oct 2017 14:17:31 +0000 (14:17 +0000)
commit6fe3733ba97193227a395c7796bb9ca0d6f82134
treea73e86d6e118dca0178a22b541227ae474906cd2
parent316ab93e2c92526d0fd2b42f53b75be32e6a0428
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.

FossilOrigin-Name: 6ee8cb6ae5fd076ec226bb184b5690ba29f9df8cfaef47aaf13336873b4c1f6c
manifest
manifest.uuid
src/select.c