]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow parameters or schema references inside of WITH clause of
authordrh <drh@noemail.net>
Thu, 15 Feb 2018 21:00:37 +0000 (21:00 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Feb 2018 21:00:37 +0000 (21:00 +0000)
commit713f34ace9b9e0771ba51053425aa89ea3f5714a
tree23f13ecc6172a7398faf57b487d9fdb03e4f53da
parentf4bc6c43d7e45580f5ee4cc40586829890afa155
Do not allow parameters or schema references inside of WITH clause of
triggers and views.  This fixes a bug discovered by OSSFuzz and present
since common-table-expressions were first added in 2014-02-03.

FossilOrigin-Name: b918d4b4e546d3903ff20efc3c8ca26dd9761cc8ed9ef7d2799b66ff9ae1ae51
manifest
manifest.uuid
src/attach.c
test/with4.test [new file with mode: 0644]