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
Convert heap_allocate null pointer checks to valid tag checks.
Pointers returned by `heap_allocate` should be checked for validity
through the tag bit, not by comparing them with `nullptr`.
Go through all allocation sites of the repository and update where
needed.
This does the same as b35d1d944fd9038b0c821e9e51d2b6822dcc8cf8 in the
main tree.
Signed-off-by: Hugo Lefeuvre <[email protected]>
0 commit comments