Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a potential buffer overread that could have occurred when searching a corrupt database file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | branch-3.8.4 |
Files: | files | file ages | folders |
SHA1: |
db2935473eab91cde3c01353ae29e112 |
User & Date: | drh 2014-03-26 16:22:38 |
Context
2014-03-26
| ||
16:25 | Increase the version number to 3.8.4.2. (check-in: 59978a2e user: drh tags: branch-3.8.4) | |
16:22 | Fix a potential buffer overread that could have occurred when searching a corrupt database file. (check-in: db293547 user: drh tags: branch-3.8.4) | |
15:14 | Add an extra test case for the potential buffer overread patched by [28ddecff04]. (check-in: f585f5d7 user: dan tags: trunk) | |
15:05 | Add a test case to verify that the previous change avoids excess buffer overread in sqlite3VdbeRecordCompare(). (check-in: 2b28e8d5 user: drh tags: trunk) | |
14:51 | Earlier detection of corruption in sqlite3VdbeRecordCompare() in order to avoid a potential buffer overread. (check-in: 28ddecff user: drh tags: trunk) | |
2014-03-11
| ||
15:27 | Version 3.8.4.1 (check-in: 018d317b user: drh tags: trunk, release, version-3.8.4.1) | |
Changes
Changes to src/vdbeaux.c.
Changes to test/corruptI.test.