Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a bug causing the session module to dereference a NULL pointer when applying a corrupt changeset. |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e807d4e3798efd532b3d78d1dfe513ed |
| User & Date: | dan 2026-05-20 15:06:34.678 |
Context
|
2026-05-20
| ||
| 20:03 | Improved entropy collection on Windows. (check-in: b734b76af3 ... user: drh tags: trunk) | |
| 15:29 | Fix a bug causing the session module to dereference a NULL pointer when applying a corrupt changeset. (check-in: c813d9b777 ... user: drh tags: branch-3.53) | |
| 15:06 | Fix a bug causing the session module to dereference a NULL pointer when applying a corrupt changeset. (check-in: e807d4e379 ... user: dan tags: trunk) | |
| 11:53 | Check-in [7cf841f3613c8302] was incomplete in that it did not remove the incorrect assert() statement. Fixed here. (check-in: c19bacca13 ... user: drh tags: trunk) | |
Changes
Changes to ext/session/session9.test.
Changes to ext/session/sqlite3session.c.