Add assert() statements to some of the sqlite3_bind() APIs that help human
commit01bc51ad75f92b14425104ef1dac12843ea1233b
authorD. Richard Hipp <drh@hwaci.com>
Tue, 17 Sep 2024 21:42:04 +0000 (17 21:42 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 17 Sep 2024 21:42:04 +0000 (17 21:42 +0000)
treec44a0a1d4fbd343eec6004bf8340c2bd54da2ef0
parent5264da5f65a49be26e6459421a0a00bb312fa31e
Add assert() statements to some of the sqlite3_bind() APIs that help human
readers and static analyzers, both, reason about the code and verify that it
is memory safe.
src/vdbeapi.c