Do not allow parameters or schema references inside of WITH clause of
commitabbaa5ceef0c840b90c81d45231497b941e9a07a
authorD. Richard Hipp <drh@hwaci.com>
Thu, 15 Feb 2018 21:00:37 +0000 (15 21:00 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 15 Feb 2018 21:00:37 +0000 (15 21:00 +0000)
tree02c40910728bc994b84fae522d70e274993ba97c
parent0e278923188c5cd3f4b329cce1dc7b331de0e1d3
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.
src/attach.c
test/with4.test [new file with mode: 0644]