Re: [pcre-dev] Fix for buffer read after the end

2013-01-27 Thread Giuseppe D'Angelo
Hi, On 26 January 2013 23:18, Zoltán Herczeg hzmes...@freemail.hu wrote: Hi, This is a heads up of a two recently landed fixes for those, who maintain a binary pcre library. These are critical fixes, but easy to backport: Patch:

Re: [pcre-dev] Fix for buffer read after the end

2013-01-27 Thread Zoltán Herczeg
The second one. The bugs are in new code, and released with 8.32. Release 8.31 is not affected. Now fixed in trunk. Actually JIT in 8.32 contains several new optimizations, so it is much faster than 8.31, but it seems new bugs are introduced as well. Regards, Zoltan Giuseppe D'Angelo

Re: [pcre-dev] Fix for buffer read after the end

2013-01-27 Thread ND
Zoltán Herczeg hzmes...@freemail.hu писал(а) в своём письме Sun, 27 Jan 2013 21:59:33 +0400: Actually JIT in 8.32 contains several new optimizations, so it is much faster than 8.31 Hi, Zoltan! Patterns with callouts and some backtracking verbs are not supported by JIT. My application uses

[pcre-dev] Fix for buffer read after the end

2013-01-26 Thread Zoltán Herczeg
Hi, This is a heads up of a two recently landed fixes for those, who maintain a binary pcre library. These are critical fixes, but easy to backport: Patch: https://lists.exim.org/lurker/message/20130126.175148.60d4ca3c.en.html Effect: input string might be read after the end. Maximum of 4