Skip to content

Commit

Permalink
Fix UAF in dwarf-process.c (#4637)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Sep 18, 2024
1 parent 81cad7d commit 07a7b0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion librz/arch/dwarf_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,6 @@ static bool try_create_var_global(

v->type = NULL;
beach:
variable_fini(v);
return result;
}

Expand Down

0 comments on commit 07a7b0d

Please sign in to comment.