commit | 21cbe175eece17fad21d7403b00422445b587138 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 19:08:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 19:08:24 2020 +0200 |
tree | f266f1ec7f373d0f8c975075eb50cb0805ff9960 | |
parent | 2b9b17ea5daaaa693d0891e9a999d711f0e0f743 [diff] [blame] |
patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browse Problem: Crash when USE_FNAME_CASE is defined and using :browse. Solution: Don't use read-only memory for ".". (Yegappan Lakshmanan, closes #7123)
diff --git a/src/version.c b/src/version.c index 6b33631..e326111 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1842, +/**/ 1841, /**/ 1840,