Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap LibevQuicEventBase callback list before processing the callbacks.
Summary: Previously, the last callback in the list could destroy the LibevQuicEventBase and invalidate the referenced loopCallbackWrappers intrusive list used in the while loop check. This swaps the list to avoid this corner case. Reviewed By: mjoras, sharmafb Differential Revision: D52529616 fbshipit-source-id: 57cbed96c48799bf93d3e12934d82496c5b84ab4
- Loading branch information