commit | 7c60505e1012a43549c2c075c27463c5399e81ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 23:01:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 23:01:27 2018 +0200 |
tree | 36b176ac078850fc1b5d88445e9bff976fbe7ce4 | |
parent | 74c8be2c6803eda3a57991b8867c5c65259b73d6 [diff] [blame] |
patch 8.1.0325: strings in swap file may not be NUL terminated Problem: Strings in swap file may not be NUL terminated. (Coverity) Solution: Limit the length of the used string.
diff --git a/src/version.c b/src/version.c index bf40df7..dfb0965 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 325, +/**/ 324, /**/ 323,