commit | d034220c54c63daaa2841e97b653842a47f5e90e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 22:40:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 22:40:42 2020 +0200 |
tree | 543086bef7913636c1fdd843e086198e8d9c0dcf | |
parent | 9b5384b97e832958573ffdcd3c1e230635b434e4 [diff] [blame] |
patch 8.2.1091: no check if opening a pty works Problem: No check if opening a pty works. Solution: Check for invalid file descriptor.
diff --git a/src/version.c b/src/version.c index e4d8694..82eb990 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1091, +/**/ 1090, /**/ 1089,