chromium-src-build/sanitizers
jkarlin 64080bbc1a Remove a race around NetworkChangeNotifier::test_notifications_only_
There is a possible race in which
NetworkChangeNotifier::test_notifications_only_ might be read on one
thread while being written on another. This CL fixes that by making
the variable static and only allowing writes to it before the
NetworkChangeNotifier is created (before other things might try to
read it).

BUG=454652

Review URL: https://codereview.chromium.org/1255263002

Cr-Original-Commit-Position: refs/heads/master@{#341354}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: e160f6be485deabcb4725d7e3623ae18ef5aee48
2015-07-31 17:04:40 +00:00
..
BUILD.gn Add remaining trivial targets for the Linux GN build 2015-03-08 04:23:38 +00:00
OWNERS Add default options/suppressions for LeakSanitizer. 2015-02-16 14:43:58 +00:00
asan_suppressions.cc ASan: re-enable strict memcmp() checks. 2015-04-09 15:50:34 +00:00
lsan_suppressions.cc Add a leak sanitizer suppression for blink::ResourceFetcher::garbageCollectDocumentResources 2015-07-06 08:34:08 +00:00
sanitizer_options.cc ASan: re-enable intrinsics interposition on Mac. 2015-04-09 17:43:02 +00:00
sanitizers.gyp ASan: re-enable strict memcmp() checks. 2015-04-09 15:50:34 +00:00
tsan_suppressions.cc Remove a race around NetworkChangeNotifier::test_notifications_only_ 2015-07-31 17:04:40 +00:00