]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improve the defenses against bad pathnames input into the findCreateFileMode()
authordrh <>
Wed, 9 Mar 2022 12:20:40 +0000 (12:20 +0000)
committerdrh <>
Wed, 9 Mar 2022 12:20:40 +0000 (12:20 +0000)
commit577f0a1e454e7b5027ca1621c4501253457164bb
treeb866816fd932200ec7bce5f87699080dfc8f189b
parent32135d7e0a4e63a357237a2bd9507d49138fa357
Improve the defenses against bad pathnames input into the findCreateFileMode()
function of os_unix.c in order to quiet static-analyzer warnings.  There
are no demonstrated problems in the prior code, but this change makes the code
easier to prove correct and more robust against future changes.

FossilOrigin-Name: a9cda38997a692e25d2fe994a9a3fb9472c00ba04323c82e706fdb1112d4244e
manifest
manifest.uuid
src/os_unix.c