https://bugs.exim.org/show_bug.cgi?id=1717

Philip Hazel <p...@hermes.cam.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Philip Hazel <p...@hermes.cam.ac.uk> ---
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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to