aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-12-15 21:35:28 +1100
committerNeil <nyamatongwe@gmail.com>2023-12-15 21:35:28 +1100
commitef42bb46c5182037e276ceb251e604b1bcff8f38 (patch)
tree0def92c82c0923625a468a2e36405888874d3aa4 /doc/ScintillaHistory.html
parent361218f4984d429c1a518cb1dbd94612eab0ecaa (diff)
downloadscintilla-mirror-ef42bb46c5182037e276ceb251e604b1bcff8f38.tar.gz
Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target in
notification handlers.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ca780bc46..00023b102 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -625,6 +625,11 @@
With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set,
allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE.
</li>
+ <li>
+ Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and SCI_REPLACETARGETRE from
+ application changing target in notification handlers.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2289/">Bug #2289</a>.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scintilla540.zip">Release 5.4.0</a>