From 3825936549567ff3e0f1ec1995669880e79b2943 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 5 Jul 2022 21:28:45 +1000 Subject: Fix failures with non-UTF-8 text when multi-threading. The Converter object on SurfaceImpl uses g_iconv and could be called from multiple threads without synchronization leading to occasional errors and potentially out-of-bounds writes. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b8a1ad66b..bf0254cbc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -589,6 +589,10 @@ Bug #2335.
  • + Fix failures on GTK with non-UTF-8 text when multi-threading due to + character set conversion code that was not thread-safe. +
  • +
  • Fix crash when printing on Win32 in bidirectional mode with a non-empty selection.
  • -- cgit v1.2.3