- Sep 16, 2016
-
-
Sudheer Shanka authored
Don't hold mPidsSelfLocked lock when calling cleanUpApplicationRecordLocked. Bug: 31463143 Change-Id: I1fddd06f5e35b67fea041741f5746c57a39208ba
-
- Sep 08, 2016
-
-
Sungsoo authored
ExifInterface object can be created with a unsupported file format. If saveAttribute is called with an unsupported file format, ExifInterface makes the file corrupted. This CL prevents those cases by throwing an exception before making any change on the file. Bug: 30936376 Change-Id: I915f56b00ec9422b53591ac5534e070a1d6798e6
-
- Aug 19, 2016
-
-
Sudheer Shanka authored
-
- Aug 18, 2016
-
-
Narayan Kamath authored
-
- Aug 16, 2016
-
-
Narayan Kamath authored
Don't write partial requests, and don't return (or throw) early after partially reading a response. bug: 30143607 (cherry-picked from commit 448be0a6) Change-Id: I5881fdd5e81023cd21fb4d23a471a5031987a1f1
-
- Aug 13, 2016
-
-
Sudheer Shanka authored
Fix for accidental launch of a broadcast receiver in an incorrect app instance. Bug: 30202481 Change-Id: I84b74edc29ca3fb88048b44af682ecbeb176b774
-
- Aug 11, 2016
-
-
David Christie authored
Merge "Fix vulnerability where large GPS XTRA data can be injected. -Can potentially crash system with OOM. Bug: 29555864" into klp-dev
-
- Jul 29, 2016
-
-
Sungsoo Lim authored
Bug: 30297223, Bug: 30437363 Change-Id: I7b18af40e4eac2713577204428fbfb96cc346582
-
- Jul 26, 2016
-
-
David Christie authored
-Can potentially crash system with OOM. Bug: 29555864 Change-Id: I7157f48dddf148a9bcab029cf12e26a58d8054f4
-
- Jul 19, 2016
-
-
Paul Stewart authored
* changes: Fix string equality comparison WifiEnterpriseConfiguration: Do not print credentials in toString
-
- Jul 15, 2016
-
-
Sungsoo Lim authored
Bug: 29270469 Change-Id: Iecc3d22375f6a79a81512419cdde31f720cef07c
-
- Jun 30, 2016
-
-
Paul Stewart authored
Don't use "==" to compare strings. Bug: 25624963 Change-Id: Id25696e4fdcbcf4d48ec74e8ed65c1a33716b30c
-
Paul Stewart authored
BUG:25624963 Change-Id: I939a12a27d6b915d8a9cc8b142f645fba0ee42ec
-
- Jun 28, 2016
-
-
fionaxu authored
Bug: 28557603 Change-Id: Ic9d9ae0b59fe86f70aaea311380cacf222ee3a0c
-
- Jun 14, 2016
-
-
Christopher Tate authored
Get the canonical identity and metadata about the package from the Package Manager at time of usage rather than rely on the caller to have gotten things right, even when the caller has the system uid. Bug 28795098 Change-Id: I62710b15bb601fdfedd68e32349168c10725eb45
-
- Jun 08, 2016
-
-
fionaxu authored
Bug: 28557603 Change-Id: I3beae9e8cb6315654d7681d484fbb861fa8b1889
-
- Jun 07, 2016
-
-
fionaxu authored
Bug:23531798 Bug:28557603 Change-Id: Iee49f7c37d6a42fe74077bb15ed47919d351d172
-
- May 26, 2016
-
-
Paul Jensen authored
-
- May 17, 2016
-
-
John Reck authored
------------------------------------------ This is a combination of 2 commits. The first commit's message is: Forward compatibility fixes Change-Id: Iaf387a10c387e5e157bb16d120a1e033b3d1a6e8 ------------------------------------------- This is the 2nd commit message: libpng usage tweaks Bug: 10447005 Call png_set_interlace_handling explicitly instead of relying on implicit handling that logs warnings Include filename when printing warnings Change-Id: Ia343427f5522dc8ab1010f8d7017e86f389caf99 ------------------------------------------- BUG:23265085
-
- Apr 29, 2016
-
-
Paul Jensen authored
The URL path could contain credentials that apps don't want exposed to a potentially malicious PAC script. Bug: 27593919 Change-Id: I4bb0362fc91f70ad47c4c7453d77d6f9a1e8eeed
-
- Apr 07, 2016
-
-
Todd Kennedy authored
Since this is a backport, there is only one rule that guards intent filter priorities: 1) Updates will NOT be granted a priority greater than the priority defined on the system image. NOTE: I had to bring in pieces of ag/526831 so intent filters could be collected and matched Bug: 27450489 Change-Id: Ifcec4d7a59e684331399abc41eea1bd6876155a4
-
- Feb 19, 2016
-
-
Shreyas Basarge authored
Add a null check after an authority is read from disk. Bug: 26513719 Change-Id: I18f01828141110e776cc96f3b3be3d80125e70c1
-
- Jan 21, 2016
-
-
Matthew Williams authored
BUG:26094635 If the caller to ContentResolver#getCurrentSyncs does not hold the GET_ACCOUNTS permission, return a SyncInfo object that does not contain any Account information. Change-Id: I5628ebe1f56c8e3f784aaf1b3281e6b829d19314 (cherry picked from commit b63057e6)
-
- Nov 12, 2015
-
-
Shreyas Basarge authored
Bug: 23591205 Change-Id: I960dfcc1584c0a17685790d5d722eaf11b930e25
-
- Sep 17, 2015
-
-
Zach Jang authored
Security patch level in Settings b/23946860 Change-Id: I610d4dedf18fe1825d7df5febf29e6f0c006490d
-
- Aug 19, 2015
-
-
Sebastien Hertz authored
When starting the runtime from app_process, we only pass JDWP options if starting zygote. It prevents from opening a JDWP connection in non-zygote programs while Android apps (forked from zygote) remain debuggable. Bug: 23050463 (cherry picked from commit 7a09b832) Change-Id: I2400ecc8aea7579c43300efccf288b69f70eef53
-
- Jul 01, 2015
-
-
Wale Ogunwale authored
-
- Jun 26, 2015
-
-
Amit Mahajan authored
Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
-
- Jun 25, 2015
-
-
Wale Ogunwale authored
Bug: 21669445 Change-Id: I792c6e676d4b6d54a51228d264130b8125075d98
-
- May 29, 2015
-
-
Leon Scroggins III authored
bug: 20883006 Change-Id: I4f109667fb210a80fbddddf5f1bfb7ef3a02b6ce
-
- May 26, 2015
-
-
Leon Scroggins III authored
bug:20883006 Change-Id: Ib47a8ec8696dbc37e958b8dbceb43fcbabf6605b
-
- Apr 15, 2015
-
-
Leon Scroggins III authored
When reading from the parcel, if the number of colors is invalid, early exit. Add two more checks: setInfo must return true, and Parcel::readInplace must return non-NULL. The former ensures that the previously read values (width, height, etc) were valid, and the latter checks that the Parcel had enough data even if the number of colors was reasonable. Also use an auto-deleter to handle deletion of the SkBitmap. Cherry pick from change-Id: Icbd562d6d1f131a723724883fd31822d337cf5a6 BUG=19666945 Change-Id: I9490d90244e051a4019d6266b2a1cb375a65198f
-
- Jan 30, 2015
-
-
Jon Larimer authored
* commit '159aa735': Fix build breakage in older branches by avoiding <> notation
-
Jon Larimer authored
* commit 'd4031809': Fix build breakage in older branches by avoiding <> notation
-
Jon Larimer authored
* commit '48c95c43': Fix build breakage in older branches by avoiding <> notation
-
- Jan 29, 2015
-
-
Jon Larimer authored
Change-Id: I5e3d523dac1f364f52f0d2cab479c1705d667e5a
-
Jon Larimer authored
am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev * commit '2982d648': Fix ParceledListSlice to enforce the same concrete types among its elements.
-
Jon Larimer authored
am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev * commit '76cdbb04': DO NOT MERGE Restore calling identity before checking permission
-
Jon Larimer authored
am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev * commit 'de9a76ed': Fix ParceledListSlice to enforce the same concrete types among its elements.
-
Jon Larimer authored
am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev * commit 'd0318a63': DO NOT MERGE Restore calling identity before checking permission
-