Skip to content

Commit

Permalink
Fix UAF in dwarf-process.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Sep 18, 2024
1 parent 7cb8b39 commit a51e04d
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 a51e04d

Please sign in to comment.