diff options
| author | Paul Eggert | 2011-07-18 14:01:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-18 14:01:36 -0700 |
| commit | 15e3a074a6ebdcefd828a1ba14a5a12ff9921034 (patch) | |
| tree | c8bfe3d2fc0cede440a408876040910563de678e /src/ChangeLog | |
| parent | 41bed37d157e1a7bdc519bfc3668d59be5b05402 (diff) | |
| download | emacs-15e3a074a6ebdcefd828a1ba14a5a12ff9921034.tar.gz emacs-15e3a074a6ebdcefd828a1ba14a5a12ff9921034.zip | |
* fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
This fixes some race conditions on the permissions of any newly
created file.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca42b696f9c..484a4420363 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask. | ||
| 4 | This fixes some race conditions on the permissions of any newly | ||
| 5 | created file. | ||
| 6 | |||
| 3 | * alloc.c (valid_pointer_p): Use pipe, not open. | 7 | * alloc.c (valid_pointer_p): Use pipe, not open. |
| 4 | This fixes some permissions issues when debugging. | 8 | This fixes some permissions issues when debugging. |
| 5 | 9 | ||