mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
use-after-poison fix
This commit is contained in:
@@ -750,7 +750,7 @@ lnk_debug_s_from_obj(Arena *arena, LNK_Obj *obj)
|
|||||||
{
|
{
|
||||||
for (String8Node *node = raw_debug_s.first; node != 0; node = node->next) {
|
for (String8Node *node = raw_debug_s.first; node != 0; node = node->next) {
|
||||||
// parse & merge sub sections
|
// parse & merge sub sections
|
||||||
CV_DebugS ds = cv_parse_debug_s(scratch.arena, node->string);
|
CV_DebugS ds = cv_parse_debug_s(arena, node->string);
|
||||||
cv_debug_s_concat_in_place(&debug_s, &ds);
|
cv_debug_s_concat_in_place(&debug_s, &ds);
|
||||||
|
|
||||||
// make sure there is one string table
|
// make sure there is one string table
|
||||||
|
|||||||
Reference in New Issue
Block a user