summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-02 19:01:14 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-02 19:01:14 +0200
commit0a419e07a705675ac159218f42c1daa151d2ceea (patch)
tree43c75a9a601261ce0ffbf07062e6e07baa2b57f9 /src/version.c
parent6c9f4f98f1cda3793406724a260cd651210a5d0d (diff)
patch 9.1.0254: [security]: Heap buffer overflow when calling complete_add() in 'cfu'v9.1.0254
Problem: [security]: Heap buffer overflow when calling complete_add() in the first call of 'completefunc' Solution: Call check_cursor() after calling 'completefunc' (zeertzjq) closes: #14391 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4c7ab84362..abb028b6dc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 254,
+/**/
253,
/**/
252,