summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-09-03 21:43:46 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-03 21:43:46 +0200
commit6e60cf444a8839ca1694319bf9a82e7b097e5c4d (patch)
tree0ae96b7f0834c9e82cd174dda7683eb209dd46e3 /src/version.c
parentee9166eb3b41846661a39b662dc7ebe8b5e15139 (diff)
patch 9.0.1859: heap-use-after-free in bt_normal()v9.0.1859
Problem: heap-use-after-free in bt_normal() Solution: check that buffer is still valid 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 b604b57f8b..f2ff8d6b70 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1859,
+/**/
1858,
/**/
1857,