Commit 636d9be7 authored by skvlad's avatar skvlad Committed by Commit bot

Roll src/third_party/usrsctp/usrsctplib/ 4ce5badc8..7f9228152 (8 commits).

https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/4ce5badc8..7f9228152

Includes a fix for a possible cause of a WebRTC crash.

$ git log 4ce5badc8..7f9228152 --date=short --no-merges --format='%ad %ae %s'
2016-08-26 tuexen Sync with sctp-idata.
2016-08-24 tuexen Sync FBSDID.
2016-08-23 tuexen When aborting, send the ABORT before the notif.
2016-08-23 tuexen Try to silence a warning.
2016-08-22 tuexen Sync with SCTP El Capitan.
2016-08-22 tuexen Sync with sctp-idata.
2016-08-20 tuexen Sync with ElCaptian.
2016-08-15 tuexen Ensure that sctp_it_ctl.cur_it does not point to a free object (during a small time window). Thanks to Byron Campen for reporting the issue and suggesting a fix. It is managed in https://bugzilla.mozilla.org/show_bug.cgi?id=1293347

BUG=b/29509732

Review-Url: https://codereview.chromium.org/2352673005
Cr-Commit-Position: refs/heads/master@{#419904}
parent 290f630d
......@@ -195,7 +195,7 @@ deps = {
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3c7a09882102bfd6fecdb9d7296f43a8501db95e',
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '4ce5badc821451f5dd5aa43fb75cbb93bacdf187',
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7f9228152ab3d70e6848cc9c67389a0d4218740e',
'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '48bdd208dcdbb018c4a154cf260414dbdfabb86d', # from svn revision 295151
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment