]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure the %z optimization for printf() is not invoked if there has been
authordrh <drh@noemail.net>
Thu, 13 Sep 2018 17:07:12 +0000 (17:07 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Sep 2018 17:07:12 +0000 (17:07 +0000)
commitaf524a6343e82d577dc34f443bfa090caca69c71
tree65eb143f7620142ba616dc72d2482a3586425a17
parent396a103612298c5dd52b26f513631f8301a19fad
Make sure the %z optimization for printf() is not invoked if there has been
a prior error (SQLITE_NOMEM or SQLITE_TOOBIG) associated with the same
printf() call.

FossilOrigin-Name: a2304a3474b0ca35eee0af64286ce2f7cb24d181323e128d5f04f7fe6e1c0980
manifest
manifest.uuid
src/printf.c