commit | a5792f58905da28f0ab37e1c4c3cfd8171b2e602 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 21:25:05 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 21:25:05 2005 +0000 |
tree | 258ddcfde89bbf98b90d42dd6c297e1b22a20d09 | |
parent | af289d333a2985051948a53d510fa345df1ddeb3 [diff] [blame] |
updated for version 7.0158
diff --git a/src/memfile.c b/src/memfile.c index 8c41832..e1a6b60 100644 --- a/src/memfile.c +++ b/src/memfile.c
@@ -1287,7 +1287,7 @@ /* * try to open the file */ - flags |= O_EXTRA; + flags |= O_EXTRA | O_NOFOLLOW; #ifdef WIN32 /* Prevent handle inheritance that cause problems with Cscope * (swap file may not be deleted if cscope connection was open after