commit | f5f1b59d3b98f1a00180cbaf0a12115fb58b573a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 23:44:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 23:44:54 2021 +0200 |
tree | de59f01c6ffe4357b23bd4818485b1ab8d996551 | |
parent | d8cee76b498507c48706f651aeb78b93b5376d00 [diff] [blame] |
patch 8.2.3171: another illegal memory access in test Problem: Another illegal memory access in test. Solution: Check pointer is after the start of the line.
diff --git a/src/version.c b/src/version.c index 5b3a97b..3caf18d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3171, +/**/ 3170, /**/ 3169,