https://bugs.exim.org/show_bug.cgi?id=2315
--- Comment #4 from Rich Siegel <[email protected]> --- Aaaagh, I just realized that my test code has a bug in it. The declaration of 'pattern' should be written: const uint16_t pattern[] = { 'a', '\\', 'r', 0 }; // "a\r" Alternatively you could use: const uint16_t pattern[] = { '.', '+', '\\', 'r', 0 }; // ".+\r" With that change you should be able to reproduce the issue accurately. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
