Re: [pcre-dev] JIT failure?

2013-01-17 Thread Zoltán Herczeg
Hi, thanks for the report! After some investigation I realized that link_size=3 is required for this bug to appear. And it was a typo in fast_forward_first_n_chars(...): -pcre_uchar *cc = common-start + 1 + IMM2_SIZE; +pcre_uchar *cc = common-start + 1 + LINK_SIZE; Philip, do we have tests

Re: [pcre-dev] JIT failure?

2013-01-17 Thread ph10
On Thu, 17 Jan 2013, Zoltán Herczeg wrote: Philip, do we have tests for link size other than 2? Or shall I just put it into testinput12? My set of tests that run with different configurations includes one with link size 3. All tests other than 11, 21, and 22 are run by RunTest when the link