diff options
| author | Paul Eggert | 2011-07-18 13:24:40 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-18 13:24:40 -0700 |
| commit | 41bed37d157e1a7bdc519bfc3668d59be5b05402 (patch) | |
| tree | 558defbeb2b05a421bcd23bf272058a0507b8eff /src/ChangeLog | |
| parent | 3948a513790ec17f0a94c48cbabf74b4a7b73566 (diff) | |
| download | emacs-41bed37d157e1a7bdc519bfc3668d59be5b05402.tar.gz emacs-41bed37d157e1a7bdc519bfc3668d59be5b05402.zip | |
* alloc.c (valid_pointer_p): Use pipe, not open.
This fixes some permissions issues when debugging.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5de5fefd6aa..ca42b696f9c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (valid_pointer_p): Use pipe, not open. | ||
| 4 | This fixes some permissions issues when debugging. | ||
| 5 | |||
| 3 | * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002) | 6 | * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002) |
| 4 | If fchown fails to set both uid and gid, try to set just gid, | 7 | If fchown fails to set both uid and gid, try to set just gid, |
| 5 | as that is sometimes allowed. Adjust the file's mode to eliminate | 8 | as that is sometimes allowed. Adjust the file's mode to eliminate |