]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a crash that could occur if the destination database of a backup is
authordan <Dan Kennedy>
Wed, 29 Apr 2026 19:14:54 +0000 (19:14 +0000)
committerdan <Dan Kennedy>
Wed, 29 Apr 2026 19:14:54 +0000 (19:14 +0000)
commit97901bbd69b61f614a050dfa877ab5ac6dc598f8
treeabacb5ba527f794a98a87c5a6398d5e6a6e29b13
parent532e506d18685393ac0155649fcb7d65985689b2
Fix a crash that could occur if the destination database of a backup is
replaced using sqlite3_deserialize() between the call to sqlite3_backup_init()
and the first call to sqlite3_backup_step(). Forum post [forum:15d82885e2 | 15d82885e2].

FossilOrigin-Name: 1f940357f7bb160b583ac5b08ff4e32a9fef353255d032c5a18bcb04416c0f0b
manifest
manifest.uuid
src/backup.c
test/memdb1.test