5 |
development is happening in the PCRE2 10.xx series. |
development is happening in the PCRE2 10.xx series. |
6 |
|
|
7 |
|
|
8 |
Version 8.44-RC1 01 March-2019 |
Version 8.44 12 February-2020 |
9 |
------------------------------ |
----------------------------- |
10 |
|
|
11 |
1. Setting --enable-jit=auto for an out-of-tree build failed because the |
1. Setting --enable-jit=auto for an out-of-tree build failed because the |
12 |
source directory wasn't in the search path for AC_TRY_COMPILE always. Patch |
source directory wasn't in the search path for AC_TRY_COMPILE always. Patch |
27 |
after a successful compile, instead of at the start of matching to avoid a |
after a successful compile, instead of at the start of matching to avoid a |
28 |
sanitizer complaint (regexec is supposed to be thread safe). |
sanitizer complaint (regexec is supposed to be thread safe). |
29 |
|
|
30 |
6. Check the size of the number after (?C as it is read, in order to avoid |
6. Check the size of the number after (?C as it is read, in order to avoid |
31 |
integer overflow. |
integer overflow. |
32 |
|
|
33 |
7. Tidy up left shifts to avoid sanitize warnings; also fix one NULL deference |
7. Tidy up left shifts to avoid sanitize warnings; also fix one NULL deference |
34 |
in pcretest. |
in pcretest. |
35 |
|
|
36 |
|
|