commit | c5274dd12224421f2430b30c53b881b9403d649e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 15:10:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 15:10:00 2022 +0100 |
tree | 5877c6122e443a0ffe127bc39ea13f356fc00cf8 | |
parent | c6fdb15d423df22e1776844811d082322475e48a [diff] [blame] |
patch 9.0.0026: accessing freed memory with diff put Problem: Accessing freed memory with diff put. Solution: Bail out when diff pointer is no longer valid.
diff --git a/src/version.c b/src/version.c index 8c9325d..0eb5863 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 26, +/**/ 25, /**/ 24,