Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Avoid casting a value larger than 2^31 to a (size_t) on systems where it is a 32-bit type. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | mmap-size-limit |
Files: | files | file ages | folders |
SHA3-256: |
46c3085dcad6372ac20eff499e17fe11 |
User & Date: | dan 2017-08-07 18:13:28.414 |
Context
2017-08-07
| ||
18:27 | Update bigmmap.test to account for builds that use "-DSQLITE_MAX_MMAP_SIZE=<integer-constant>LL". (check-in: 7c8b6f1cac user: dan tags: mmap-size-limit) | |
18:13 | Avoid casting a value larger than 2^31 to a (size_t) on systems where it is a 32-bit type. (check-in: 46c3085dca user: dan tags: mmap-size-limit) | |
17:28 | Fix an out-of-order test number. (check-in: 38f30091f9 user: mistachkin tags: trunk) | |
Changes
Changes to src/os_unix.c.