This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce length checking of all STUN byte string attributes
This will cause encoding of a STUN message with an over-long byte string attribute to fail. Bug: chromium:1144646 Change-Id: I265174577376ce01439835c03f2d46700842d211 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191322 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Justin Uberti <juberti@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32603}
- Loading branch information
Harald Alvestrand
authored and
Commit Bot
committed
Nov 13, 2020
1 parent
180faeb
commit bee6408
Showing
5 changed files
with
69 additions
and
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
# in certain configurations. | ||
#include <sys/socket.h> | ||
#include <ext/alloc_traits.h> | ||
#include <netinet/in.h> |