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.
netdev-linux: Be more careful about integer overflow in policing.
Otherwise the policing limits could make no sense if large rates were specified. Reported-by: Zhangguanghui <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Ansis Atteka <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
9 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 |
---|---|---|
|
@@ -345,6 +345,7 @@ Voravit T. [email protected] | |
Yeming Zhao [email protected] | ||
Ying Chen [email protected] | ||
Yongqiang Liu [email protected] | ||
Zhangguanghui [email protected] | ||
Ziyou Wang [email protected] | ||
Zoltán Balogh [email protected] | ||
ankur dwivedi [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
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