SQLite

Check-in [2063926473]
Login
Overview
Comment:Fix a possible call to memcpy() with a NULL source pointer when the size parameter is zero (which is technically undefined behavior but in practice is completely harmless) in the sha1_query() extension function. Bug 2026-06-16T07:42:23Z.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2063926473adaf9619ca10fd47b273ef59b1f77136836d575e5db3cfd68987da
User & Date: drh on 2026-06-16 09:53:23.490
Other Links: manifest | tags
Context
2026-06-16
11:53
Fix instances of potential buffer overflow caused by loading the contents of a stat4 table with an absurd number of samples in a 32-bit build. Bug 2026-06-16T11:30:52Z. (check-in: 0b72246732 ... user: dan tags: trunk)
09:53
Fix a possible call to memcpy() with a NULL source pointer when the size parameter is zero (which is technically undefined behavior but in practice is completely harmless) in the sha1_query() extension function. Bug 2026-06-16T07:42:23Z. (check-in: 2063926473 ... user: drh tags: trunk)
2026-06-15
17:39
Consistent error messages for excess trigger nesting. (check-in: 4fb9f2ffb4 ... user: drh tags: trunk)
Changes