]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a segfault that could follow an OOM when querying a table that has one or more...
authordan <dan@noemail.net>
Fri, 25 Jan 2019 17:26:59 +0000 (17:26 +0000)
committerdan <dan@noemail.net>
Fri, 25 Jan 2019 17:26:59 +0000 (17:26 +0000)
commitc2ea77e5b2e8846976ea8ba00faa97d30ee39b9d
tree5e5b5f367b8c0528dc50fed01dbeff14d30089a1
parente88609f23e8239389a0c7c3d9ddb2d9038ab96fe
Fix a segfault that could follow an OOM when querying a table that has one or more columns with default values "true" or "false".

FossilOrigin-Name: 202f9919c222ee933924c63c15ad36ec4481457b1e4d9179af14c9f284117c0c
manifest
manifest.uuid
src/vdbemem.c
test/insertfault.test [new file with mode: 0644]