diff options
| author | Bram Moolenaar <Bram@vim.org> | 2021-08-13 20:12:13 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2021-08-13 20:12:13 +0200 |
| commit | 78a9c2e670d29349404b346e0aa90264cab19e9b (patch) | |
| tree | 5a1b0a7049321c30f7081c49f2faa3d27c6429c5 /src/version.c | |
| parent | aacc966c5d0ed91e33ed32b08f17cf4df3ca1394 (diff) | |
| download | vim-git-8.2.3340.tar.gz | |
patch 8.2.3340: accessing uninitialized pointerv8.2.3340
Problem: Accessing uninitialized pointer.
Solution: Set pointer to NULL.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4c1be4ecf..87c315a7c 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3340, +/**/ 3339, /**/ 3338, |
