Commit a4c22d7c authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Remove stale sctp_timer_start suppression

I believe this was fixed upstream in
https://github.com/sctplab/usrsctp/commit/ec03a56a315b7af60b87e0a975e190d700db6d53

Confirmed race no longer reproduces locally, and if I comment out the locks
added above, it does.

Bug: 347538
Change-Id: I313f5ed4aafbf012ffa4543580f3b3a5541c2c2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657299
Auto-Submit: David Benjamin <davidben@chromium.org>
Commit-Queue: Tommi <tommi@chromium.org>
Reviewed-by: default avatarTommi <tommi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#669608}
parent 6fa48f10
......@@ -110,9 +110,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/328868
"race:PR_Lock\n"
// http://crbug.com/347538
"race:sctp_timer_start\n"
// http://crbug.com/348982
"race:cricket::P2PTransportChannel::OnConnectionDestroyed\n"
"race:cricket::P2PTransportChannel::AddConnection\n"
......
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