commit | 69082916c8b5d321545d60b9f5facad0a2dd5a4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 21:35:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 21:35:19 2022 +0100 |
tree | 2d690ea5c5be07ca71a0041abee131fa814e8e44 | |
parent | f87eeb43fb29f5e3d39807e6ce49e5e2d72eb38b [diff] [blame] |
patch 9.0.0552: crash when using NUL in buffer that uses :source Problem: Crash when using NUL in buffer that uses :source. Solution: Don't get a next line when skipping over NL.
diff --git a/src/version.c b/src/version.c index c3b6c12..505185d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 552, +/**/ 551, /**/ 550,