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
On line 209 (split_tag) of liballoc.c, it seems the cast to unsigned int should be unsigned long or else truncation happens and the address is invalid, am i misunderstanding?
The text was updated successfully, but these errors were encountered:
On line 209 (split_tag) of liballoc.c, it seems the cast to unsigned int should be unsigned long or else truncation happens and the address is invalid, am i misunderstanding?
The text was updated successfully, but these errors were encountered: