commit | 8f130eda4747e4a4d68353cdb650f359fd01469b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 10 22:15:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 10 22:15:19 2019 +0200 |
tree | 0c07f9b0d8203788f1929ad8383839020f1f41cb | |
parent | 3fb01a53c685d8d7e7bd83c33500de80aed0d7c8 [diff] [blame] |
patch 8.1.1143: may pass weird strings to file name expansion Problem: May pass weird strings to file name expansion. Solution: Check for matching characters. Disallow control characters.
diff --git a/src/version.c b/src/version.c index a9e4ccf..3e0e95f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1143, +/**/ 1142, /**/ 1141,