commit | 9b4a80a66544f2782040b641498754bcb5b8d461 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 13:54:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 13:54:17 2022 +0000 |
tree | 5b51ffffb1d60cbd8e771722fc609826526b590a | |
parent | eb4a9ba293be51039e57e0e18337785e2ce526e7 [diff] [blame] |
patch 8.2.4281: using freed memory with :lopen and :bwipe Problem: Using freed memory with :lopen and :bwipe. Solution: Do not use a wiped out buffer.
diff --git a/src/version.c b/src/version.c index 978e869..d8b3d4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4281, +/**/ 4280, /**/ 4279,