1
0
forked from aniani/vim

patch 8.0.1263: others can read the swap file if a user is careless

Problem:    Others can read the swap file if a user is careless with his
            primary group.
Solution:   If the group permission allows for reading but the world
            permissions doesn't, make sure the group is right.
This commit is contained in:
Bram Moolenaar
2017-11-04 21:35:01 +01:00
parent 7dd88c5133
commit 5a73e0ca54
4 changed files with 99 additions and 40 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1263,
/**/
1262,
/**/