Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge fixes from the 3.32 branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b48705423b5b88ffc6f9362defca0bfa |
User & Date: | drh 2020-06-18 20:30:55.891 |
Context
2020-06-18
| ||
21:18 | Terminology adjustments. (check-in: e01d8c6144 user: drh tags: trunk) | |
20:30 | Merge fixes from the 3.32 branch. (check-in: b48705423b user: drh tags: trunk) | |
19:12 | Improved hyperlink to the change graph for 3.32.3. (check-in: a7e284e0ea user: drh tags: branch-3.32) | |
15:00 | Merge documentation fixes from the 3.32 branch. Updates to the change log. (check-in: 1d22b3977e user: drh tags: trunk) | |
Changes
Changes to pages/cves.in.
︙ | ︙ | |||
258 259 260 261 262 263 264 265 266 267 268 269 270 271 | <th valign="bottom">Fix</th> <th valign="bottom">Comments</th> </tr> </thead> <tbody> <tcl> CVE 2020-13632 3.32.0 { Malicious SQL statement causes a read of a NULL pointer in the [matchinfo()] SQL function of the [FTS3] extension, resulting in denial of service. } {https://sqlite.org/src/info/a4dd148928ea65bd} CVE 2020-13631 3.32.0 { | > > > > | 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 | <th valign="bottom">Fix</th> <th valign="bottom">Comments</th> </tr> </thead> <tbody> <tcl> CVE 2020-13871 3.32.3 { Malicious SQL statement causes a read-only use-after-free memory error. } {https://sqlite.org/src/info/c8d3b9f0a750a529} CVE 2020-13632 3.32.0 { Malicious SQL statement causes a read of a NULL pointer in the [matchinfo()] SQL function of the [FTS3] extension, resulting in denial of service. } {https://sqlite.org/src/info/a4dd148928ea65bd} CVE 2020-13631 3.32.0 { |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
20 21 22 23 24 25 26 | newsitem {2020-06-18} {Release 3.32.3} { The 3.32.3 release is a patch release that contains fixes for various issues discovered by fuzzers. None of the issues fixed are likely to be encountered by applications that use SQLite in ordinary ways, though upgrading never hurts. <p> Map of all changes since the 3.32.0 release: | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | newsitem {2020-06-18} {Release 3.32.3} { The 3.32.3 release is a patch release that contains fixes for various issues discovered by fuzzers. None of the issues fixed are likely to be encountered by applications that use SQLite in ordinary ways, though upgrading never hurts. <p> Map of all changes since the 3.32.0 release: [https://www.sqlite.org/src/timeline?p=version-3.32.3&bt=version-3.32.0] } newsitem {2020-06-04} {Release 3.32.2} { The 3.32.2 release is a one-line change relative to 3.32.1 that fixes a long-standing bug in the COMMIT command. Since [version 3.17.0], if you were to retry a COMMIT command over and over after it returns [SQLITE_BUSY], it might eventually |
︙ | ︙ |