Skip to content

Commit

Permalink
Merge pull request #216 from urbit/barter-simsum/_pending_flist_merge…
Browse files Browse the repository at this point in the history
…-use-after-free

pma: clear pending_flist after completion of _pending_flist_merge
  • Loading branch information
eamsden authored Mar 13, 2024
2 parents f68a95e + 22fb321 commit d184cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/ares_pma/c-src/btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ _pending_flist_merge(BT_state *state)
src_head = src_head->next;
free(prev);
}
state->pending_flist = 0;
}


Expand Down

0 comments on commit d184cf5

Please sign in to comment.