commit | 15352dc6ec43fd50cc3be4f4fd1ad74d5619da20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 06 21:12:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 06 21:12:42 2020 +0200 |
tree | ead8831f915f42ef288759af0ae8a2bdda4bc5a9 | |
parent | 6c307dcd554a1ce14c4279a3c2ede29f972bdb23 [diff] [blame] |
patch 8.2.0521: crash when reading a blob fails Problem: Crash when reading a blob fails. Solution: Avoid keeping a pointer to a freed blob object. (Dominique Pelle, closes #5890) Adjust error messages.
diff --git a/src/version.c b/src/version.c index b73dd61..22ac6a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 521, +/**/ 520, /**/ 519,