summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-08 19:50:26 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-08 19:50:26 +0200
commitb8ecedce79149ac6b994177e9a68979f86065cb1 (patch)
tree2bddd40195ea6339883ef3eae8f04d6c0447a6d7 /src/version.c
parent3ac83c7141dd60ae45c0346b7c0f4539587391aa (diff)
patch 9.1.0395: getregionpos() may leak memory on errorv9.1.0395
Problem: regionpos may leak memory on error, coverity complains about dereferencing Null pointer Solution: free all list pointers (after v9.1.394), return early if buflist_findnr() returns NULL closes: #14731 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 128197063f..0e6ac314ed 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 */
/**/
+ 395,
+/**/
394,
/**/
393,