| 24 |
variables to point to external functions. For these systems, therefore, |
variables to point to external functions. For these systems, therefore, |
| 25 |
pcre_malloc etc. are now initialized to local functions that call the |
pcre_malloc etc. are now initialized to local functions that call the |
| 26 |
relevant global functions. |
relevant global functions. |
| 27 |
|
|
| 28 |
|
7. There were two entries missing in the vectors called coptable and poptable |
| 29 |
|
in pcre_dfa_exec.c. This could lead to memory accesses outsize the vectors. |
| 30 |
|
I've fixed the data, and added a kludgy way of testing at compile time that |
| 31 |
|
the lengths are correct (equal to the number of opcodes). |
| 32 |
|
|
| 33 |
|
|
| 34 |
Version 8.01 19-Jan-2010 |
Version 8.01 19-Jan-2010 |