]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a potential crash that can occur while reading an index from a corrupt
authordrh <drh@noemail.net>
Mon, 1 Oct 2018 13:54:30 +0000 (13:54 +0000)
committerdrh <drh@noemail.net>
Mon, 1 Oct 2018 13:54:30 +0000 (13:54 +0000)
commit44d068532ef5fca98e0d7243addb13cd50d07596
treee3aa1d0642161cc481fde6be322d8098cf45775c
parent5351e884aa2c118ae6a68f02b6b2d5fd66fa73db
Fix a potential crash that can occur while reading an index from a corrupt
database file.  The corruption is a record-header-size that is larger than
0x7fffffff.  Problem detected by OSSFuzz against GDAL and reported to us
(with a suggested fix) by Even Rouault.  The test case is in TH3.

FossilOrigin-Name: 8ac2cdda68f92b0352bc7f0b4be5fca4bb58565ca65055fb34153cc284ed6922
manifest
manifest.uuid
src/vdbeaux.c