https://bugs.exim.org/show_bug.cgi?id=1717
Philip Hazel <ph10@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Philip Hazel <ph10@???> ---
Thank you for the report, just in time for the 8.38 release. I have fixed the
bug and commited the patch, which is (apart from some comments) a one-liner:
@@ -5398,2 +5398,6 @@
- if (!inescq && class_one_char == 1 && ptr[1] ==
CHAR_RIGHT_SQUARE_BRACKET)
+ if (!inescq &&
+#ifdef SUPPORT_UCP
+ !xclass_has_prop &&
+#endif
+ class_one_char == 1 && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
I have also patched the PCRE2 HEAD.
--
You are receiving this mail because:
You are on the CC list for the bug.