commit | 72463f883cdfd08e29ab0018ef3889284848d5f1 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Jul 02 20:19:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 02 20:19:31 2021 +0200 |
tree | 7ef8a34ac8ecb1457755772f3f6fca01378410dc | |
parent | b836f631dba2534efd314a8f77439cebc75acd4e [diff] [blame] |
patch 8.2.3083: crash when passing null string to charclass() Problem: Crash when passing null string to charclass(). Solution: Bail out when string pointer is NULL. (Christian Brabandt, closes #8498, closes #8260)
diff --git a/src/version.c b/src/version.c index 532e747..540fa2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3083, +/**/ 3082, /**/ 3081,