commit | 752694777ab357cd0b068e74d938f00857f056a4 | [log] [tgz] |
---|---|---|
author | Riley Andrews <riandrews@google.com> | Mon Jan 12 18:16:29 2015 -0800 |
committer | Riley Andrews <riandrews@google.com> | Tue Jan 13 21:59:44 2015 +0000 |
tree | 5e667398c0cf287bb3e72e5bc99578eb82adff91 | |
parent | 1f0fd9b6355e11db08ef28209da4924ded1f4ddc [diff] |
Replace all instances of intptr_t with uintptr_t. When compiling 32 bit binaries against a 64 bit binder interface, implicit promotions of intptr_t types to uint64_t for fields in the binder ioctl structures can result in invalid pointers because of sign extension.