]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a crash that could occur following an OOM in the group_concat() function
authordan <dan@noemail.net>
Fri, 30 Dec 2016 17:40:14 +0000 (17:40 +0000)
committerdan <dan@noemail.net>
Fri, 30 Dec 2016 17:40:14 +0000 (17:40 +0000)
commit3043b53222c647a5d971f6fce5df980aa71b637d
tree060164bcdf0a64400f7886eb0b6cc8b058366442
parent1d081ab39e8296a46e1254278464c11aec582b51
Fix a crash that could occur following an OOM in the group_concat() function
if the second argument is an SQLITE_BLOB value.

FossilOrigin-Name: 14d855d2b2b5b3485e0673d11405db7266b34c6d
manifest
manifest.uuid
src/func.c
test/gcfault.test [new file with mode: 0644]
test/instr.test
test/instrfault.test