cas: do not use hidl_memory if size is > SIZE_MAX · rk3399...
// hidl_memory's size is stored in uint64_t, but mapMemory's mmap will map // size in size_t. If size is over SIZE_MAX, mapMemory mapMemory could succeed // but the mapped memory's actual size will be smaller than the reported size.if...