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.
Loading
Please register or sign in to comment