commit | 979e8c534684737920c1891bf9c4af9e1fdb8c3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 15:08:07 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 15:08:07 2017 +0200 |
tree | c97a7635bc3017aeec0c59a177f01067458b2cae | |
parent | 662d93866636995c0564d974e554f96e76fb2dd9 [diff] [blame] |
patch 8.0.0827: Coverity: could leak pty file descriptor Problem: Coverity: could leak pty file descriptor, theoretically. Solution: If channel is NULL, free the file descriptors.
diff --git a/src/version.c b/src/version.c index 014dab6..732e8a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 827, +/**/ 826, /**/ 825,