]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a (almost always harmless) read past the end of a memory allocation
authordrh <drh@noemail.net>
Tue, 27 Jan 2015 13:17:05 +0000 (13:17 +0000)
committerdrh <drh@noemail.net>
Tue, 27 Jan 2015 13:17:05 +0000 (13:17 +0000)
commita58d4a9612f0ca27344b0802169dca467faa13ca
tree74bb5eacf583fd0eac40552d6764bd5684ea7b94
parent1466e84187c15ee808a9f04e6da5a46086c4802b
Fix a (almost always harmless) read past the end of a memory allocation
that comes about because the Expr.pTab field is checked on an
EXPR_REDUCEDSIZE Expr object before checking the Expr.op field to
know that the Expr.pTab field is meaningless.

FossilOrigin-Name: e098de691002a78270540430b0df1e120582b53f
manifest
manifest.uuid
src/expr.c
test/misc1.test