]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that sqlite3AuthRead() is only call for TK_COLUMN and TK_TRIGGER
authordrh <drh@noemail.net>
Sat, 2 Jun 2018 11:31:15 +0000 (11:31 +0000)
committerdrh <drh@noemail.net>
Sat, 2 Jun 2018 11:31:15 +0000 (11:31 +0000)
commit4344dbd3abd137c184aa77e106a61db2514a06c4
tree54b5b9073c2a4a4e605c3033798739b01f69b217
parent0f86c9d8fa7301f0e0c79dae25dcabedfbfa3cc3
Ensure that sqlite3AuthRead() is only call for TK_COLUMN and TK_TRIGGER
expression nodes.  This fixes a harmless assert() identified by OSSFuzz.
Move the assert() into a position where it is tested even if the authorizer
is disabled.

FossilOrigin-Name: d0c3beef7cdc680c0768ddd18f766a4ca7be822c1eb1776b2f73b7433d9962dc
manifest
manifest.uuid
src/auth.c
src/resolve.c