SQLite

Check-in [d04c30b9f2]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Improved defenses against corrupt ZIP archives in the zipfile extension.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | branch-3.50
Files: files | file ages | folders
SHA3-256: d04c30b9f25383a422620355a02edee550c31349624b76a5ce8c7e4a03ce0f9a
User & Date: drh 2025-08-05 01:58:20.832
Context
2025-08-06
19:19
Do not allow the number of terms in an ORDER BY or GROUP BY clause to exceed the maximum number of columns in a table. (check-in: cb41512386 user: drh tags: branch-3.50)
2025-08-05
01:58
Improved defenses against corrupt ZIP archives in the zipfile extension. (check-in: d04c30b9f2 user: drh tags: branch-3.50)
01:53
Improved defenses against corrupt ZIP archives in the zipfile extension. (check-in: 642e89191d user: drh tags: trunk)
00:13
When doing an indexed row-value comparison using an IN operator where the order of the columns in the row-value need to be rearranged in order to match the index, be sure to make affinity conversions before the rearranging of the row-value columns. (check-in: aba0285ff2 user: drh tags: branch-3.50)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/misc/zipfile.c.