]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictly
authordrh <>
Tue, 15 Jun 2021 15:15:40 +0000 (15:15 +0000)
committerdrh <>
Tue, 15 Jun 2021 15:15:40 +0000 (15:15 +0000)
commita959bf53110bfada67a3a52187acd57aa2f34e19
treef5dfb920eaa5a189f7cf6e181170caca57ec70a0
parent972da427490e1b4541322ce1af9a5e531946c656
Add NULL checks on all sqlite3_vfs_find(0) calls.  This is not strictly
necessary.  There are no vulnerabilities here.  However, adding these
checks avoids unnecessary static analyzer complaints.
[forum:/forumpost/ce1193be15|Forum post ce1193be15].

FossilOrigin-Name: 272a15b9f418fb0b31a9808f7c42c20cf52318035ff98935d8e8519634357e8d
13 files changed:
ext/misc/appendvfs.c
ext/misc/cksumvfs.c
ext/misc/memvfs.c
ext/misc/vfslog.c
ext/misc/vfsstat.c
ext/misc/zipfile.c
ext/rbu/rbu.c
manifest
manifest.uuid
src/memdb.c
src/random.c
src/shell.c.in
src/vdbesort.c