-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure
This commit is similar to the previous fix for QUIC actconn. It fixes the proper accounting for global sslconns in case of allocation failure in quic_conn(). To ensure the problem is fixed, reuse quic_release_conn_counters() to centralize sslconns decrement. The consequences are similar to the actconn fix : if enough memory allocation are encountered during the process lifetime to reach maxsslconns, all future QUIC or SSL connections opening is blocked. This must be backported up to 2.6.
- Loading branch information
1 parent
d5a9093
commit 6319920
Showing
3 changed files
with
11 additions
and
16 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
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