You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdlib: Use lots of uintptr_t casts to avoid sanitizer in malloc
Much of mallocs work confuses the address sanitizer as the pointers
don't appear to point into the same object, even though they all come
from sbrk. Spam the code with enough uintptr_t casts to avoid the
sanitizer's wrath.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments