-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: EpollBackend fixes for 2 issues: 1) error notifications being sent as READ|WRITE even if WRITE events were not requested - this would lead to errors like: ``` accept_routing_handler_test: fbcode/folly/io/async/AsyncSocket.cpp:3320: virtual void folly::AsyncSocket::handleWrite(): Assertion `writeReqHead_ != nullptr' failed. ``` 2) Use after free when receieved events were removed (for example by a timer): P926145734 The tests mentioned in the Test Plan are working now Reviewed By: ot Differential Revision: D52355843 fbshipit-source-id: 0cf32a0f96ac24286881a50013a7329e8f1cefaf
- Loading branch information
1 parent
fcbbb34
commit 4618e42
Showing
1 changed file
with
65 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters