commit | 4c6fe2e2ea62469642ed1d80b16d39e616b25cf5 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Sep 02 19:30:03 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Sep 02 19:30:03 2023 +0200 |
tree | cb789279b846ecdad1c3810564fd9c2df2dea355 | |
parent | e0bfb7d3016ccd6c2186b9cd74cee6538eea9b5e [diff] [blame] |
patch 9.0.1846: [security] crash in fullcommand Problem: crash in fullcommand Solution: Check for typeval correctly Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3de6046..5cde7c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1846, +/**/ 1845, /**/ 1844,