diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-09-02 14:25:24 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-09-02 14:25:24 +1000 |
| commit | c9c7c193586c27faaaf7b33b529a47aa200dfdc8 (patch) | |
| tree | 8e1679eee2ce952c6b814c03b9ba7017e75ae0b7 /doc/ScintillaHistory.html | |
| parent | ed9b464d422a3c55d1a654bff02f5a39ace3d551 (diff) | |
| download | scintilla-mirror-c9c7c193586c27faaaf7b33b529a47aa200dfdc8.tar.gz | |
Bug [#2281] Fix crash with too many subexpressions in regular expression search
with SCFIND_CXX11REGEX.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
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. </li> <li> + Fix crash with too many subexpressions in regular expression search with SCFIND_CXX11REGEX. + <a href="https://sourceforge.net/p/scintilla/bugs/2281/">Bug #2281</a>. + </li> + <li> On Cocoa, fix memory leak caused by circular references. <a href="https://sourceforge.net/p/scintilla/bugs/2268/">Bug #2268</a>. </li> |
