commit | 4791fcd82565adcc60b86830e0bb6cd5b6eea0a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 12:06:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 12:06:00 2022 +0000 |
tree | 8d9a1ba4631efb742ea1617c99b61e0c3f85322c | |
parent | 2dada73a4ebffe2582af472ce362abd3116b58c9 [diff] [blame] |
patch 8.2.4453: :helpgrep may free an option that was not allocated Problem: :helpgrep may free an option that was not allocated. (Yegappan Lakshmanan) Solution: Check if the value was allocated.
diff --git a/src/version.c b/src/version.c index 1786ceb..57f32cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4453, +/**/ 4452, /**/ 4451,