commit | 187a4f28140f10ff833862be7e3ef823d317e1c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 17:07:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 17:07:14 2017 +0100 |
tree | c0646d162d24d7ea01279a1563324be2b0b3d999 | |
parent | 1c410400fad79068b16dc4c6c7a023463a0858cf [diff] [blame] |
patch 8.0.0355: using uninitialized memory when 'isfname' is empty Problem: Using uninitialized memory when 'isfname' is empty. Solution: Don't call getpwnam() without an argument. (Dominique Pelle, closes #1464)
diff --git a/src/version.c b/src/version.c index 9494e03..64e1111 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 355, +/**/ 354, /**/ 353,