summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-10-30 12:11:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-10-30 12:11:02 +0000
commit25cae5d86f01d0deb050243842ed5d967b3dc411 (patch)
treefcf93a85477fb2bf234b84e3625b496f8cc8ef79
parentd0ad34e94d63def5178f02281637d2d15cb42c88 (diff)
3.1c.3.1c
-rw-r--r--CHANGES4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 01007a95..5eae36f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+CHANGED FROM 3.1b TO 3.1c
+
+* Fix a stack overflow on colon-separated CSI parsing.
+
CHANGES FROM 3.1a TO 3.1b
* Fix build on systems without sys/queue.h.
diff --git a/configure.ac b/configure.ac
index d5dbd9c4..bb702f94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([tmux], 3.1b)
+AC_INIT([tmux], 3.1c)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)