[pcre-dev] [Bug 1705] heap-buffer-overflow in match src/pcre2_match.c:3321:20

2015-11-05 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1705 --- Comment #7 from Giuseppe D'Angelo --- It's a bit sad -- there's so much code using PCRE1 and UTF and can't be ported just yet to PCRE2. How is the problem of \C solved in PCRE2 anyhow? -- You are receiving this mail because: You are on the CC list

Re: [pcre-dev] JIT on Solaris 10 x86 faling in PCRE2

2015-11-05 Thread Dagobert Michelsen
Hi Zoltan, Am 05.11.2015 um 15:03 schrieb Zoltán Herczeg : > it seems SSE2 caused problems there. The log does not reveal too much about > the problem other than some segmentation fault. Would you mind taking a look? You should still have buildfarm access. Best regards — Dago > > Regards,

Re: [pcre-dev] JIT on Solaris 10 x86 faling in PCRE2

2015-11-05 Thread Zoltán Herczeg
Hi, it seems SSE2 caused problems there. The log does not reveal too much about the problem other than some segmentation fault. Regards, Zoltan Dagobert Michelsen írta: >Hi, > >I noticed that JIT is failing for some time now on Solaris 10 x86 for >both x86 and amd64: > > https://buildfarm.op

[pcre-dev] JIT on Solaris 10 x86 faling in PCRE2

2015-11-05 Thread Dagobert Michelsen
Hi, I noticed that JIT is failing for some time now on Solaris 10 x86 for both x86 and amd64: https://buildfarm.opencsw.org/buildbot/builders/pcre2-jit-solaris10-i386?numbuilds=100 https://buildfarm.opencsw.org/buildbot/builders/pcre2-jit-solaris10-amd64?numbuilds=100 As it worked in the pa