SQLite

Check-in [ef3a7c877a]
Login

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

Overview
Comment:Avoid the possibility of signed integer overflow with oversized precisions in %d conversions in the printf() implementation.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ef3a7c877a7549b351aafd983cfa96c863eb2641b6218bdd5cb563f659f879d8
User & Date: drh 2017-03-20 16:34:18.983
Context
2017-03-20
18:53
Fix some problems in fts3 found by address-sanitizer. (check-in: 16a8e84fa7 user: dan tags: trunk)
16:34
Avoid the possibility of signed integer overflow with oversized precisions in %d conversions in the printf() implementation. (check-in: ef3a7c877a user: drh tags: trunk)
16:06
Do not run sync2.test as part of the "journaltest" permutation, as it uses "PRAGMA synchronous = off". (check-in: 285005a9bc user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/printf.c.