]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the sqlite3StrAccumAppend() routine is never called with a NULL tkt-55746f9e
authordrh <drh@noemail.net>
Wed, 7 May 2014 18:21:56 +0000 (18:21 +0000)
committerdrh <drh@noemail.net>
Wed, 7 May 2014 18:21:56 +0000 (18:21 +0000)
commit86a1119133963032a2c388a7ce5a300a904f5d00
tree3074b0c5cae431b09ffb90e7f72f6bc684ff4ca7
parenteacc050f3059b197533fc2d4903cb1fb8108ec7d
Ensure that the sqlite3StrAccumAppend() routine is never called with a NULL
second argument.  Doing so is harmless when N==0, but it causes an assert()
to fail that was placed to quiet static analyzers.

FossilOrigin-Name: f03fbf3700d9d4a654e3aa2e5caa810a8416bed9
manifest
manifest.uuid
src/func.c