commit | d68a0044858d00de6100def1e389a3a9c1cdbcdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 23:08:11 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 23:08:11 2021 +0100 |
tree | 8e87a146d0ee465a0cc97a519fd9b097539cd1ed | |
parent | 1d30fde3c989a962e0e1af4cbcf90e1ea483f1f4 [diff] [blame] |
patch 8.2.3548: GTK GUI crashen when reading from stdin Problem: GTK GUI crashen when reading from stdin. Solution: Do not overwrite the NUL after the string. (closes #9028)
diff --git a/src/version.c b/src/version.c index 3f80877..1e7fb75 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3548, +/**/ 3547, /**/ 3546,