commit | 5c56da4de8398566ef96122db44ec93e6c2d483a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 28 14:42:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 28 14:42:25 2021 +0200 |
tree | 0c7aac811e244588fec88c6243f2a255887f541d | |
parent | 60b6e6f6cc60ac99253e1c13bd0cae4ef0e43201 [diff] [blame] |
patch 8.2.3381: crash when using NULL list with sign functions Problem: Crash when using NULL list with sign functions. Solution: Handle a NULL list like an empty list. (issue #8260)
diff --git a/src/version.c b/src/version.c index e9a04e2..1fffa73 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3381, +/**/ 3380, /**/ 3379,