forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poll-loop: Fix assertion in poll_create_node().
Zero is a valid value for a file descriptor. Reported-by: Nikita Kalyazin <[email protected]> Signed-off-by: Ilya Maximets <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,7 @@ Hao Zheng [email protected] | |
Helmut Schaa [email protected] | ||
Huanle Han [email protected] | ||
Ian Campbell [email protected] | ||
Ilya Maximets [email protected] | ||
Isaku Yamahata [email protected] | ||
James P. [email protected] | ||
James Page [email protected] | ||
|
@@ -315,6 +316,7 @@ Mikael Doverhag [email protected] | |
Mrinmoy Das [email protected] | ||
Nagi Reddy Jonnala [email protected] | ||
Niels van Adrichem [email protected] | ||
Nikita Kalyazin [email protected] | ||
Niklas Andersson [email protected] | ||
Pankaj Thakkar [email protected] | ||
Pasi Kärkkäinen [email protected] | ||
|
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