summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2017-03-26 01:11:39 -0400
committerHubert Figuière <hub@figuiere.net>2017-03-26 01:41:25 -0400
commitae61473d2a3212ce8ae0e9b6475f377eeb378aa7 (patch)
tree48023308df9f89bc6bb7da802390dfb26cde925e
parentc34c1144dc479b1ae303fd4f11e0a1cfd1313d51 (diff)
2.4.x: This will be 2.4.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac1
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7841929..ed4203e 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,11 @@ Internal:
- Fixed warnings and other issues and Adobe SDK.
- Compile with much more warnings enabled.
+2.4.3 -
+
+- Bug #10397: Fix a buffer overrun, memcpy() on overlapping
+ regions, use after free in the exception handling.
+
2.4.2 - 2017/01/29
- Properly define BanAllEntityUsage.
diff --git a/configure.ac b/configure.ac
index d822514..519a1cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ dnl 2.3.0 is the revision 6.3.0
dnl 2.4.0 is the revision 7.4.0
dnl 2.4.1 is the revision 7.4.1
dnl 2.4.2 is the revision 7.4.2
+dnl 2.4.3 is the revision 7.4.3
dnl 2.5.0 is the revision 8.5.0
AC_SUBST([EXEMPI_REVISION], [0])
AC_SUBST([EXEMPI_AGE], [5])