summaryrefslogtreecommitdiff
path: root/src/vm/prestub.cpp
diff options
context:
space:
mode:
authorJonathan Marler <johnnymarler@gmail.com>2018-10-04 19:08:22 -0600
committerJan Vorlicek <janvorli@microsoft.com>2018-10-05 03:08:22 +0200
commit7f59d17e2741e69bf878b8b168828de3a0a3d12e (patch)
treea201c6f5783035d3a0cb8b06a2f8f6ed0f48293f /src/vm/prestub.cpp
parent957eceed83cf635fc3146eadc448bf50efde5431 (diff)
downloadcoreclr-7f59d17e2741e69bf878b8b168828de3a0a3d12e.tar.gz
coreclr-7f59d17e2741e69bf878b8b168828de3a0a3d12e.tar.bz2
coreclr-7f59d17e2741e69bf878b8b168828de3a0a3d12e.zip
Synchronize access to static variable call_count (#20259)
call_count is a static variable that is being read/modified and written to without any synchronization. Fortunately, a critical section is already available that can be leveraged to synchronize access to it.
Diffstat (limited to 'src/vm/prestub.cpp')
0 files changed, 0 insertions, 0 deletions