]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in the in-memory journal code that could occasionally lead to a segfaul...
authordan <Dan Kennedy>
Mon, 24 May 2021 14:35:19 +0000 (14:35 +0000)
committerdan <Dan Kennedy>
Mon, 24 May 2021 14:35:19 +0000 (14:35 +0000)
commitc00727ab583ea47f6962aa33dfc84f2d3723dc04
tree1fb6cc28d38e91a268e6b2585b4cfc05a6e3980c
parent0fcf6f01e7a81647ca34b540540e0905d6042899
Fix a problem in the in-memory journal code that could occasionally lead to a segfault when a sub-transaction that modified zero pages was committed.

FossilOrigin-Name: 17960165f5840cab45b7a8bb02779ebfb321c68f33ec6da9ab14063ccd134fa4
manifest
manifest.uuid
src/memjournal.c
test/memjournal.test [new file with mode: 0644]