]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Prevent a possible segfault when the sqlite3_value_numeric_type() interface is
authordrh <drh@noemail.net>
Thu, 18 Nov 2010 12:31:24 +0000 (12:31 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Nov 2010 12:31:24 +0000 (12:31 +0000)
commite5a8a1df0d44a3df70c31bcbfefa19e07fd912e8
tree464361262a4cb7a0aeae7ff9017c8125988da15b
parent79d086dffca88b4eed942776313b3eac66dcad3a
Prevent a possible segfault when the sqlite3_value_numeric_type() interface is
misused to try to determine the numeric type of the NULL value returned
from sqlite3_column_value() with an invalid column number.

FossilOrigin-Name: 501b743bcb60cda0acf63bcf8a4abbf00797b347
manifest
manifest.uuid
src/vdbe.c