summaryrefslogtreecommitdiffstats
path: root/netwerk/sctp/src/netinet/sctp_input.c
Commit message (Collapse)AuthorAgeLines
* [WebRTC] Stop putting addresses in the cookie chunk.Michael Tuexen2020-07-29-0/+21
| | | | | | | | | | | When using AF_CONN addresses, don't put these in the COOKIE chunk. For these addresses it is possible to reconstruct them locally. Conceptually, addresses are something to be shared with the peer, but in the case of AF_CONN this might not be the case. Therefore, zero then out. Thanks to Natalie Silvanovich of Google Project Zero for finding and reporting the issue.
* [WebRTC] Port some upstream sctp fixesMoonchild2020-05-06-7/+15
| | | | | - add SCTP auth token boundary check. - turn off SCTP auth and address reconfiguration.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6429