commit | 5dc294a7b63ed0e508dd360bc4d98173f1a1aeec | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Apr 15 13:17:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 13:17:57 2022 +0100 |
tree | e108090b4983ba93c56c9d240d99ca3c4731fb4a | |
parent | 648dd88af67c7abac31915cbf0025f97031c96c1 [diff] [blame] |
patch 8.2.4752: wrong 'statusline' value can cause illegal memory access Problem: Wrong 'statusline' value can cause illegal memory access. Solution: Properly check the value. (closes #10192)
diff --git a/src/version.c b/src/version.c index db82785..c622f77 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4752, +/**/ 4751, /**/ 4750,