]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a possible printf() of a NULL string in fuzzcheck. (Passing a NULL to
authordrh <>
Tue, 5 Aug 2025 23:01:31 +0000 (23:01 +0000)
committerdrh <>
Tue, 5 Aug 2025 23:01:31 +0000 (23:01 +0000)
commitff1d5e5bb839b76cd7922dcec71762360f6f5cda
treeb12f1870ca6de1b8508e509a05968219ba44d477
parentcd70a44d45b57afe63d87540e586c4595aa046b0
Fix a possible printf() of a NULL string in fuzzcheck.  (Passing a NULL to
"%s" in SQLite's internal printf() prints the text
"NULL", but it apparently segfaults glibc.  Whatever.)
[forum:/forumpost/e07d56579b|Forum post e07d56579b].

FossilOrigin-Name: 4ec69baf4f2a75585b92388cbc352836116381dce3f2d44a3b0f7d3360a17cf0
manifest
manifest.uuid
test/fuzzcheck.c