commit | 821179809d9b0f65177360b53584be2b4039dd46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 19:21:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 19:21:48 2016 +0200 |
tree | c43d74281f27f6f484dbc3ffb4395cbaf252c677 | |
parent | e17bdffff78ebd6a4e3cff26754cc667557ea810 [diff] [blame] |
patch 7.4.2270 Problem: Insufficient testing for NUL bytes on a raw channel. Solution: Add a test for writing and reading.
diff --git a/src/version.c b/src/version.c index 289474b..097befc 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2270, +/**/ 2269, /**/ 2268,