]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a case where NULL was being passed to memcmp() following an OOM. This is
authordan <dan@noemail.net>
Mon, 22 May 2017 08:04:09 +0000 (08:04 +0000)
committerdan <dan@noemail.net>
Mon, 22 May 2017 08:04:09 +0000 (08:04 +0000)
commit21766c0c166e49750cd6cbe34cd446612ce227b8
treed23b47518054bde405a982e8899d45083b41c171
parent78436d4c668240e3eff4cadff7637f940ff98eca
Fix a case where NULL was being passed to memcmp() following an OOM. This is
probably not a real problem, as the number-of-bytes parameter was passed 0 in
this case, but it was causing a santizer complaint.

FossilOrigin-Name: 3ea2bad27e516d5dbfa4a9cb0c767d6a8387280a7e4bbf2ae80cd318da670d66
manifest
manifest.uuid
src/main.c
src/vdbeaux.c