bmistree / pronghorn

1 stars 1 forks source link

State supplier race condition #14

Open bmistree opened 10 years ago

bmistree commented 10 years ago

In DeltaListStateSupplier, when running get_state_to_push, makes unprotected access to internal_ft_deltas_list and its contents. What happens if those objects receive backouts while we're making this access?