| 86 |
vector, but for larger vectors malloc() is used. It was failing to free |
vector, but for larger vectors malloc() is used. It was failing to free |
| 87 |
when the recursion yielded PCRE_ERROR_MATCH_LIMIT (or any other "abnormal" |
when the recursion yielded PCRE_ERROR_MATCH_LIMIT (or any other "abnormal" |
| 88 |
error, in fact). |
error, in fact). |
| 89 |
|
|
| 90 |
|
22. There was a missing #ifdef SUPPORT_UTF8 round one of the variables in the |
| 91 |
|
heapframe that is used only when UTF-8 support is enabled. This caused no |
| 92 |
|
problem, but was untidy. |
| 93 |
|
|
| 94 |
|
|
| 95 |
Version 7.8 05-Sep-08 |
Version 7.8 05-Sep-08 |