summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-05-29 14:20:23 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-05-29 14:20:23 +0000
commit58040c3b15f966857eef0b35885800f0805e7c7a (patch)
tree5b303dd48f6fc04c7cc972b7df9f2c653126307a /ChangeLog
parent842cc30948723f3fe3e7e71ebcb18191ae5324ed (diff)
downloadpcre2-58040c3b15f966857eef0b35885800f0805e7c7a.tar.gz
Fix inifinite loop when a single byte newline is searched in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1258 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cb3895..94ab843 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@ compiler. This fixes https://bugs.exim.org/show_bug.cgi?id=2578. Patch for
Makefile.am and configure.ac by H.J. Lu. Equivalent patch for CMakeLists.txt
invented by PH.
+2. Fix inifinite loop when a single byte newline is searched in JIT when
+invalid utf8 mode is enabled.
+
Version 10.35 09-May-2020
---------------------------