commit | d1ae8366aff286d41e7f5bc513cc0a1af5130aad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 09 17:09:30 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 09 17:09:30 2023 +0100 |
tree | c0b474e5d0767d6d4229090577c3a8cc92ecf0e1 | |
parent | aa6ba308a1498dc8da04d1d30ec0470018bf782a [diff] [blame] |
patch 9.0.1531: crash when register contents ends up being invalid Problem: Crash when register contents ends up being invalid. Solution: Check "y_array" is not NULL.
diff --git a/src/version.c b/src/version.c index 310803c..7ee9f57 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1531, +/**/ 1530, /**/ 1529,