summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-20 10:33:36 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-20 10:33:36 +0000
commit166adb37b3b516b4a629030ef39f1b5da32bc185 (patch)
treecb13f08d9a30133f34e59eedc0578cc70804bf23 /ChangeLog
parent1985a2d4dd5c40128d8ab3517b2003535b0c8acb (diff)
downloadpcre-166adb37b3b516b4a629030ef39f1b5da32bc185.tar.gz
Minor refactor to avoid compiler warning.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1648 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24e35e5..c2c3921 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,9 @@ Version 8.39 xx-xxxxxx-201x
20. A racing condition is fixed in JIT reported by Mozilla.
+21. Minor code refactor to avoid "array subscript is below array bounds"
+compiler warning.
+
Version 8.38 23-November-2015
-----------------------------