Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
f5e6c7e5fade7dd2b416c896b39fd1d4a23e8713
/
libs
/
binder
/
Parcel.cpp
f5e6c7e
libbinder: readCString: no ubsan sub-overflow
by Steven Moreland
· 6 years ago
869ccb0
Merge "binder: readCallingWorkSourceUid make const"
by TreeHugger Robot
· 6 years ago
0891c9b
binder: readCallingWorkSourceUid make const
by Steven Moreland
· 6 years ago
efd62bd
Merge "libbinder: Parcel.h: remove unused/internal funcs" am: a753a334e2
by Steven Moreland
· 6 years ago
b1c8120
libbinder: Parcel.h: remove unused/internal funcs
by Steven Moreland
· 6 years ago
3085a47
getCallingSid: get calling security context
by Steven Moreland
· 7 years ago
3068624
Merge "libbinder: Remove unused type: small_flat_data" am: a9ed1a6486 am: bc28462b5a
by Steven Moreland
· 6 years ago
3745635
libbinder: Remove unused type: small_flat_data
by Steven Moreland
· 6 years ago
fd00cab
Merge "libbinder: keep ashmem size >= 0" am: 5805df43c8 am: 037f268d39
by Tri Vo
· 6 years ago
dc848a0
Add methods to read/update request headers
by Olivier Gaillard
· 6 years ago
aa6e111
libbinder: keep ashmem size >= 0
by Tri Vo
· 6 years ago
f021200
getCallingSid: get calling security context
by Steven Moreland
· 7 years ago
2f82d5b
binder: add read/writeUint64Vector functions
by Kevin DuBois
· 7 years ago
ac36ece
Merge "Don't initialize ProcessState unless we need to." am: 5f7692f5b2 am: ec20355aa2
by Martijn Coenen
· 7 years ago
5f7692f
Merge "Don't initialize ProcessState unless we need to."
by Martijn Coenen
· 7 years ago
91a0480
Only propagates work source when explicitly set.
by Olivier Gaillard
· 7 years ago
310839e
Merge "Rename WorkSource methods on IPCThreadState."
by Olivier Gaillard
· 7 years ago
a69abc9
Merge "libbinder: detach ParcelFileDescriptor comm" am: a6d2152f14 am: ae209feb97
by Steven Moreland
· 7 years ago
a8e7bf2
Rename WorkSource methods on IPCThreadState.
by Olivier Gaillard
· 7 years ago
b73806a
libbinder: detach ParcelFileDescriptor comm
by Steven Moreland
· 7 years ago
0e0f1de
Add worksource support to binder calls.
by Olivier Gaillard
· 7 years ago
69390d4
Don't initialize ProcessState unless we need to.
by Martijn Coenen
· 7 years ago
150b4ef
Revert "binder: Remove ashmem validitiy checks"
by Jorim Jaggi
· 7 years ago
b62b056
binder: Remove ashmem validitiy checks
by Joel Fernandes
· 7 years ago
05827be
Give StrictMode more bits to work with.
by Jeff Sharkey
· 7 years ago
4de83c7
Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9 am: 450bbf91e9
by Ryo Hashimoto
· 7 years ago
be5b918
Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9
by Ryo Hashimoto
· 7 years ago
450bbf9
Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9
by Ryo Hashimoto
· 7 years ago
e3c9030
Merge "Add C++ implementation of ParcelFileDescriptor"
by Treehugger Robot
· 7 years ago
22f140d
resolve merge conflicts of f11e2bd016d886a333345dea853ebda23a408d5c to pi-dev-plus-aosp
by Xin Li
· 7 years ago
f11e2bd
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master
by Xin Li
· 7 years ago
7a96ec4
Make Parcel::readBlob sanity check the fd
by Marco Nelissen
· 7 years ago
fdd8da9
[binder] Replace NULL/0 with nullptr
by Yi Kong
· 7 years ago
9163556
[binder] Replace NULL/0 with nullptr
by Yi Kong
· 7 years ago
bf55189
Add C++ implementation of ParcelFileDescriptor
by Ryo Hashimoto
· 7 years ago
a17f022
Increment when attempting to read protected Parcel Data
by Michael Wachenschwanz
· 7 years ago
61f7750
Disallow reading object data from Parcels with non-object reads am: c517681c66 am: e69532fd03
by Michael Wachenschwanz
· 7 years ago
c720d6e
Disallow reading object data from Parcels with non-object reads am: c517681c66
by Michael Wachenschwanz
· 7 years ago
c517681
Disallow reading object data from Parcels with non-object reads
by Michael Wachenschwanz
· 8 years ago
f854238
Don't pad before calling writeInPlace().
by Martijn Coenen
· 7 years ago
ade8989
libbinder: remove unnecessary check
by Ganesh Mahendran
· 8 years ago
4e99fac
Merge "Changes to support new v4.12.3 headers." am: ab9e842013
by Christopher Ferris
· 8 years ago
dbaa22a
Changes to support new v4.12.3 headers.
by Christopher Ferris
· 8 years ago
747d847
Merge "Fix clang static anaylzer warnings." am: a97d58a21b
by Manoj Gupta
· 8 years ago
6eb6205
Fix clang static anaylzer warnings.
by Manoj Gupta
· 8 years ago
1967749
Merge "DO NOT MERGE Revert "Logging for catching memory issue in Parcel"" into oc-dev
by Michael Wachenschwanz
· 8 years ago
a654163
DO NOT MERGE Revert "Logging for catching memory issue in Parcel"
by Michael Wachenschwanz
· 8 years ago
c8ddb01
Merge "Logging for catching memory issue in Parcel" into oc-dev
by Michael Wachenschwanz
· 8 years ago
c65de59
Logging for catching memory issue in Parcel
by Michael Wachenschwanz
· 8 years ago
2b63174
Correctly set minimum priority on nodes.
by Martijn Coenen
· 8 years ago
15feb9b
Add private helpers needed for job queue.
by Dianne Hackborn
· 8 years ago
6316f5b
libbinder: Add support for Value, Map, and IpPrefix types
by Robert Quattlebaum
· 9 years ago
ec9ec7d
libbinder: replace dup() with fcntl(F_DUPFD_CLOEXEC)
by Nick Kralevich
· 9 years ago
457c594
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e4440eab am: 953c05276e am: e37a4dc7c4 am: 8ed5e3d7ca am: 9d5dd3f584 am: 9ef37cdcdc
by Christopher Tate
· 9 years ago
e37a4dc
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e4440eab
by Christopher Tate
· 9 years ago
02e4440
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950
by Christopher Tate
· 9 years ago
abe293b
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d
by Christopher Tate
· 9 years ago
79b74d7
resolve merge conflicts of 13c5c34 to mnc-dev
by Christopher Tate
· 9 years ago
ed6937a
Correct overflow check in Parcel resize code am: 8b64307e95
by Christopher Tate
· 9 years ago
8b64307
Correct overflow check in Parcel resize code
by Christopher Tate
· 9 years ago
4423511
Correct overflow check in Parcel resize code
by Christopher Tate
· 9 years ago
d84ff31
Fix fd leak in Binder
by Fabien Sanglard
· 9 years ago
1941a40
Introduce new command callback to shell.
by Dianne Hackborn
· 9 years ago
433e87b
binder: Replace use of resize()/memcpy() with reserve()/insert()
by Paul Lietar
· 9 years ago
213f015
Merge changes from topic 'utf'
by Martijn Coenen
· 9 years ago
57a58d9
Merge "binder: use ashmem_valid()" am: b5ac868729 am: d7f671406c am: 9a057a99df
by Mark Salyzyn
· 9 years ago
9a057a9
Merge "binder: use ashmem_valid()" am: b5ac868729 am: d7f671406c
by Mark Salyzyn
· 9 years ago
8058936
binder: use ashmem_valid()
by Mark Salyzyn
· 9 years ago
3eaf53e
Add bound checks to utf16_to_utf8
by Sergio Giro
· 9 years ago
e1d310d
Unicode: specify destination length in utf8_to_utf16 methods
by Sergio Giro
· 9 years ago
206c2b8
Merge "Unicode: specify destination length in utf8_to_utf16 methods"
by Sergio Giro
· 9 years ago
f460743
Unicode: specify destination length in utf8_to_utf16 methods
by Sergio Giro
· 9 years ago
5064822
Merge \\"Add |readString8| method which returns failure\\" am: 115e6ec7e9
by Roshan Pius
· 9 years ago
83b9ea5
Merge \"Add |readString8| method which returns failure\" am: 115e6ec7e9
by Roshan Pius
· 9 years ago
87b64d2
Add |readString8| method which returns failure
by Roshan Pius
· 9 years ago
05cd88a
Add bound checks to utf16_to_utf8 am: 9b39ebe132
by Sergio Giro
· 9 years ago
9b39ebe
Add bound checks to utf16_to_utf8
by Sergio Giro
· 9 years ago
bd95c70
Merge \"Add bound checks to utf16_to_utf8\" into nyc-mr1-dev am: 9e3a43e817
by Sergio Giro
· 9 years ago
7e93b2d
Add bound checks to utf16_to_utf8
by Sergio Giro
· 9 years ago
c55b4b6
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 am: a8244873a8 am: 93bf31f54d am: f91c66a9a8
by Marco Nelissen
· 9 years ago
fb6342d
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 am: a8244873a8 am: 93bf31f54d
by Marco Nelissen
· 9 years ago
93bf31f
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376
by Marco Nelissen
· 9 years ago
a824487
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189
by Marco Nelissen
· 9 years ago
bca20d8
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700
by Marco Nelissen
· 9 years ago
56dea28
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258
by Marco Nelissen
· 9 years ago
82afbe2
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d
by Marco Nelissen
· 9 years ago
775f2e6
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9
by Marco Nelissen
· 9 years ago
1de7966
Correctly handle dup() failure in Parcel::readNativeHandle
by Marco Nelissen
· 9 years ago
d760b81
Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 758973c am: 512926e
by Christopher Wiley
· 9 years ago
2cf1995
libbinder: Replace ScopedFd with base::unique_fd
by Christopher Wiley
· 9 years ago
0cbee9f
Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" am: dcc5575
by Christopher Wiley
· 9 years ago
46ef1a7
Revert "libbinder: Replace ScopedFd with base::unique_fd"
by Christopher Wiley
· 9 years ago
7f38c4b
Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 747c0bb am: 7a07e39
by Treehugger Robot
· 9 years ago
b12c5a6
libbinder: Replace ScopedFd with base::unique_fd
by Christopher Wiley
· 9 years ago
ffc5a84
Merge "Remove spurious log" into nyc-dev am: 7ff357a
by Christopher Tate
· 9 years ago
bf14e94
Remove spurious log
by Christopher Tate
· 9 years ago
fc7e369
Merge "Guard against failed array allocation" into nyc-dev am: 834fde8
by Christopher Tate
· 9 years ago
e4e0ae8
Guard against failed array allocation
by Christopher Tate
· 9 years ago
b5f08e4
Merge "libbinder: Make null handling explicit for strong binders"
by Christopher Wiley
· 9 years ago
35d77ca
libbinder: Make null handling explicit for strong binders
by Christopher Wiley
· 9 years ago
Next »