]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In FTS3, avoid calling memcpy() with a NULL source pointer, even if the
authordrh <drh@noemail.net>
Fri, 21 Dec 2018 18:51:27 +0000 (18:51 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Dec 2018 18:51:27 +0000 (18:51 +0000)
commitafdc9e23fcacb2df2f80915730e34b3935fd2156
treee5de3eeaaf0175a33ae13b92c1cc0bfb294d552a
parent8bcc6866143ce2570c57e44f4868e0f8f6e1c4ed
In FTS3, avoid calling memcpy() with a NULL source pointer, even if the
transfer amount is zero bytes.

FossilOrigin-Name: 1abb83d29a06308c96bea379311b390240347c5f81824749348d18ad75840c96
ext/fts3/fts3_write.c
manifest
manifest.uuid
test/fts3fuzz001.test [new file with mode: 0644]