Title: [265500] trunk/Source/ThirdParty/libwebrtc
Revision
265500
Author
[email protected]
Date
2020-08-11 10:06:31 -0700 (Tue, 11 Aug 2020)

Log Message

Cherry-pick usrsctp 264ce452885bfed73348ba6b6f63693bc2f52a6e commit
https://bugs.webkit.org/show_bug.cgi?id=215378
<rdar://problem/66788144>

Reviewed by Eric Carlson.

* Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c:
(sctp_handle_asconf):

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (265499 => 265500)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-08-11 16:40:49 UTC (rev 265499)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-08-11 17:06:31 UTC (rev 265500)
@@ -1,3 +1,14 @@
+2020-08-11  Youenn Fablet  <[email protected]>
+
+        Cherry-pick usrsctp 264ce452885bfed73348ba6b6f63693bc2f52a6e commit
+        https://bugs.webkit.org/show_bug.cgi?id=215378
+        <rdar://problem/66788144>
+
+        Reviewed by Eric Carlson.
+
+        * Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c:
+        (sctp_handle_asconf):
+
 2020-08-05  Tim Horton  <[email protected]>
 
         Remove all references to non-existent 10.16

Modified: trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c (265499 => 265500)


--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c	2020-08-11 16:40:49 UTC (rev 265499)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c	2020-08-11 17:06:31 UTC (rev 265500)
@@ -719,6 +719,7 @@
 		if (param_length <= sizeof(struct sctp_paramhdr)) {
 			SCTPDBG(SCTP_DEBUG_ASCONF1, "handle_asconf: param length (%u) too short\n", param_length);
 			sctp_m_freem(m_ack);
+			return;
 		}
 		/* get the entire parameter */
 		aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to