mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 06:48:41 +00:00
broadcasting a stack pointer and then leaving scope in optimized
mode may cause use-after-free
This commit is contained in:
committed by
Ryan Fleury
parent
79cb6c3c5e
commit
e637149ae3
@@ -2281,6 +2281,7 @@ rdim_bake(Arena *arena, RDIM_BakeParams *params)
|
|||||||
radsort(keys, map->line_count, rdim_sort_key_is_before);
|
radsort(keys, map->line_count, rdim_sort_key_is_before);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
lane_sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user