diff options
| author | Chong Yidong | 2012-02-19 17:58:23 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-19 17:58:23 +0800 |
| commit | 2375c96a71874756c132de1d0508a224c0fea0ab (patch) | |
| tree | 9a5387f4e70e360e03d597d8fa67c5aff054085e /src/ChangeLog | |
| parent | 55645c67978eb15884ed5ca919b1691b3715e3ad (diff) | |
| download | emacs-2375c96a71874756c132de1d0508a224c0fea0ab.tar.gz emacs-2375c96a71874756c132de1d0508a224c0fea0ab.zip | |
Protect fileio.c primitives against invalid file handler return values.
* src/fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
(Funhandled_file_name_directory, Ffile_name_as_directory)
(Fdirectory_file_name, Fexpand_file_name)
(Fsubstitute_in_file_name): Protect against invalid file
handler return values.
Fixes: debbugs:10845
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 472dcc13d14..3716aee7d69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-02-19 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Ffile_name_directory, Ffile_name_nondirectory) | ||
| 4 | (Funhandled_file_name_directory, Ffile_name_as_directory) | ||
| 5 | (Fdirectory_file_name, Fexpand_file_name) | ||
| 6 | (Fsubstitute_in_file_name): Protect against invalid file handler | ||
| 7 | return values (Bug#10845). | ||
| 8 | |||
| 1 | 2012-02-18 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-02-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * .gdbinit (pitx): Fix incorrect references to fields of the | 11 | * .gdbinit (pitx): Fix incorrect references to fields of the |