diff options
author | Anatol Belski <ab@php.net> | 2017-12-06 15:59:21 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-12-06 15:59:21 +0100 |
commit | 1b29dc0b1c4836085a17cbf2f59dae8aeb85424c (patch) | |
tree | 74c7db869395e148c90a35d5bbaa6a4e56a2e1cd /php.gif | |
parent | 092fd44474676857359153c859e0cb300720d80a (diff) | |
download | php-git-1b29dc0b1c4836085a17cbf2f59dae8aeb85424c.tar.gz |
Fix yet one data race in PCRE
PCRE 8.x initializes the pattern compiler on demand during the first
pcre_study call. It could be worse, but since the compiled patterns are
cached, the locking impact is minimal. PCRE 10.x always compiles the
pattern and thread sanitizer doesn't complain about the compiler
initialization, thus the newer PCRE version seems to be unafected.
Diffstat (limited to 'php.gif')
0 files changed, 0 insertions, 0 deletions