From 9aa30a8b9d05b183226f99b3e3981a3acab8cb90 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 11 Jul 2019 12:08:38 -0400 Subject: Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specified in wParam. Changed GetTextLength to use same logic as GetText to ensure they agree. Backport of changeset 7572:d7aedab278d0. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9b149b020..2428a129a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -554,6 +554,10 @@ Lexer added for DataFlex. Feature #1295. +
  • + On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. + Bug #2110. +
  • Release 3.10.6 -- cgit v1.2.3