]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the CLI, never use strcmp() or strncmp() directly. Instead use
authordrh <>
Wed, 19 Oct 2022 18:04:42 +0000 (18:04 +0000)
committerdrh <>
Wed, 19 Oct 2022 18:04:42 +0000 (18:04 +0000)
commitbf70f1bd1a24093e8a03549090af7d87ef4e9c8e
treed8fb087e91a6ed058f0171d4419fbfdde4955dca
parent3b88065d35eabf1a707ec3dc54d41c29cffeaa0c
In the CLI, never use strcmp() or strncmp() directly.  Instead use
wrapper functions cli_strcmp() and cli_strncmp() that work correctly even
if the input is a NULL pointer.
[forum:/forumpost/142b868da7560d0b|Forum post 142b868da7560d0b].

FossilOrigin-Name: 7450a561f8577c3ee41f84074c6ef39e29e56876cab4fd763e6489c66f603223
manifest
manifest.uuid
src/shell.c.in