From c9c7c193586c27faaaf7b33b529a47aa200dfdc8 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 2 Sep 2021 14:25:24 +1000 Subject: Bug [#2281] Fix crash with too many subexpressions in regular expression search with SCFIND_CXX11REGEX. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0ae2e9b42..bdf49ffc9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -597,6 +597,10 @@ Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline.
  • + Fix crash with too many subexpressions in regular expression search with SCFIND_CXX11REGEX. + Bug #2281. +
  • +
  • On Cocoa, fix memory leak caused by circular references. Bug #2268.
  • -- cgit v1.2.3