DescriptionDon't set WTF::Partitions::s_initialized to true before initializing
In theory, a simultaneous caller to Partitions::getBufferPartition()
could see the flag as being true, and return the uninitialized buffer
partition, while another thread is initializing it.
BUG=367672
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175020
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|