- 01 Sep, 2015 1 commit
-
-
Jon Larimer authored
Downloaded from https://www.sqlite.org/2015/sqlite3-3.8.6-patched-20150522.tar.gz $ sha256sum sqlite3-3.8.6-patched-20150522.tar.gz 0a47b495190a4def20a8f5f1b09f746f48f002d4d60bd6d0437b33a90faf8f70 sqlite3-3.8.6-patched-20150522.tar.gz dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above. dist contains a copy of dist/orig, but with the Android.patch file applied. Please see Android.patch for a list of differences between stock and Android. This distribution contains 3.8.6 plus several security fixes: https://www.sqlite.org/src/info/eddc05e7bb31fae7 https://www.sqlite.org/src/info/02e3c88fbf6abdcf https://www.sqlite.org/src/info/c494171f77dc2e5e https://www.sqlite.org/src/info/95625ef3adc3c408 https://www.sqlite.org/src/info/0cdf502885ea7e58 https://www.sqlite.org/src/info/586a94e85bc13700 Change-Id: I92ffb14b52186aa31167da21791ea8aa69b0b498
-
- 15 Jan, 2015 1 commit
-
-
The Android Automerger authored
-
- 14 Jan, 2015 1 commit
-
-
Narayan Kamath authored
This reverts commit 006c7975. We've committed a better fix, and we shouldn't encourage folks to copy paste this workaround. bug: 19012244
-
- 20 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 19 Nov, 2014 1 commit
-
-
Martin Storsjo authored
In 32 bit ABIs, ino_t is a 32 bit type, while the st_ino field in struct stat is 64 bits wide in both 32 and 64 bit processes. This means that struct stat can expose inode numbers that are truncated when stored in an ino_t. The SDCard fuse daemon (/system/bin/sdcard) uses raw pointer values as inode numbers, so on 64 bit devices, we're very likely to observe inodes that need > 32 bits to represent. The fileHasMoved function in sqlite compares the stored inode value with a new one from stat, and when the stored value is truncated, this check will falsely indicate that the file has been moved. When the fileHasMoved function triggers, other functions start returning errors indicating that the database is in read-only mode. NOTE: Bionic differs from glibc in that struct stat's st_ino is *always* 64 bits wide, and not the same width as ino_t. bug: https://code.google.com/p/android/issues/detail?id=79994 bug: 18434265 (cherry picked from commit eef2c431) Change-Id: I832e0084e86c9a31519764d87df499ece05b488d
-
- 08 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 05 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 04 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 03 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 02 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 01 Nov, 2014 1 commit
-
-
The Android Automerger authored
-
- 30 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 29 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 28 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 27 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 26 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 25 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 23 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 22 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 21 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 20 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 19 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 18 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 16 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 15 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 14 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 13 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 12 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 11 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 09 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 08 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 07 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 05 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 04 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 02 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 01 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 30 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 29 Sep, 2014 1 commit
-
-
The Android Automerger authored
-