commit | 433cfc173e369a5f51afcd6ef14cab8dbdf9c481 | [log] [tgz] |
---|---|---|
author | Paul Jensen <pauljensen@chromium.org> | Mon Apr 15 17:29:26 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 15 17:29:26 2019 |
tree | 0230d9c10f1700231ef339b3bd1b86c446216ec9 | |
parent | c5fa6392f0b2c9015c1a8236ea237d3e156c3916 [diff] |
Suppress TSAN races with net::(anonymous namespace)::g_network_change_notifier These races have been around 8+ years so new CLs triggering these TSAN failures should be ignored. I've prototyped a fix to avoid the races. This global variable is set very early in Chrome startup and cleared very late in Chrome shutdown so reads shouldn't race writes. Bug: 927330 Change-Id: Ic3ed2446e4cee92dbeda83a0b10ad99a1fbf5d63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566824 Reviewed-by: Jonathan Metzman <metzman@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#650846}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .