Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New clang-14 reports errors for directly casting from an integer to a pointer. Use uintptr_t to fix that problem and adhere to the casting rules. Fixes: #1395 Signed-off-by: Christian Brauner <[email protected]>
- Loading branch information