Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent to cast from pointer to uint64 directly
It is unsafe, especially, sizeof(void*) < sizeof(uint64_t). Change to cast through uintptr_t instead. Signed-off-by: OBATA Akio <[email protected]>
- Loading branch information