diff options
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 c85e0a789ea..f53b9a70e97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-01-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Close a race when statting and reading files (Bug#13149). | ||
| 4 | * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open. | ||
| 5 | This avoids a race if the file is renamed between stat and open. | ||
| 6 | This race is not the problem originally noted in Bug#13149; | ||
| 7 | see <http://bugs.gnu.org/13149#73> and later messages in the thread. | ||
| 8 | |||
| 1 | 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 10 | ||
| 3 | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | 11 | * lisp.h (toplevel): Add comment about using Lisp_Save_Value |