]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Use uintptr_t for pointer alignment
authorCarlos Eduardo Seo <carlos.seo@arm.com>
Wed, 26 Jan 2022 19:00:13 +0000 (16:00 -0300)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 27 Oct 2022 13:46:47 +0000 (14:46 +0100)
commitada54f951a29c70e6bdba0c55e5e6ce4e2f65f27
treefe413de7894ef3a38c4fd5aeb28ca0aaa6d13858
parentedbd249ed879af9df0052747b348664c8a0d7f48
malloc: Use uintptr_t for pointer alignment

Avoid integer casts that assume unsigned long can represent pointers.
malloc/arena.c