1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00
Files
archived-php-src/ext
Anatol Belski 1b29dc0b1c 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.
2017-12-06 15:59:21 +01:00
..
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-09-11 14:35:24 +02:00
2017-10-11 14:43:51 +02:00
2017-01-04 11:23:42 -06:00
2017-02-16 12:47:12 +01:00
2017-11-29 16:53:11 +01:00
2017-01-14 14:13:42 +01:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-11-02 12:38:32 +01:00
2017-08-08 16:05:13 +02:00
2017-05-30 16:48:16 +02:00
2017-10-24 14:58:01 +02:00
2017-10-16 19:16:30 -04:00
2017-01-04 11:23:42 -06:00
2017-12-06 15:59:21 +01:00
2017-10-16 19:02:07 +03:00
2017-01-04 11:23:42 -06:00
2017-03-29 09:10:41 +02:00
2017-10-27 15:04:29 +02:00
2017-07-26 10:47:22 +01:00
2017-01-11 08:10:47 +00:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-07-24 10:42:35 +01:00
2017-09-12 23:47:22 +03:00
2017-07-17 06:55:02 +01:00
2017-11-02 20:56:25 +01:00
2017-09-24 17:24:23 +08:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-10-24 13:44:03 +02:00
2017-01-04 11:23:42 -06:00
2017-09-11 18:20:13 +02:00
2017-11-20 09:42:47 +01:00
2017-10-11 17:29:36 +02:00