------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1615 --- Comment #7 from Greg Hazel <[email protected]> 2015-04-17 07:36:56 --- 13 is the length of the input. As I mentioned in the initial report, I suspected invalid UTF-8 as the culprit, and switched to: pcre_exec(p, e, s, len, start_offset, 0, ovector, lenof(ovector)); which as I understand it does do the UTF-8 check, and wouldn't suffer from jit assumptions of valid UTF-8, would it? -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
