diff options
| author | Chong Yidong | 2012-11-03 23:44:59 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-03 23:44:59 +0800 |
| commit | 893cc4558558db41e16525303023372496a293b7 (patch) | |
| tree | 97c284fb1628a382cb1885997898e2ba437cccda /src/ChangeLog | |
| parent | 0f7b074f4a6e8e6418d06ab6d3b206b4524381af (diff) | |
| download | emacs-893cc4558558db41e16525303023372496a293b7.tar.gz emacs-893cc4558558db41e16525303023372496a293b7.zip | |
Fix a race condition in wait_reading_process_output (tiny change).
* src/process.c (wait_reading_process_output): Avoid a race condition
with SIGIO delivery.
Fixes: debbugs:11536
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1595537267d..e26dd561495 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-03 Jim Paris <jim@jtan.com> (tiny change) | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_output): Avoid a race condition | ||
| 4 | with SIGIO delivery (Bug#11536). | ||
| 5 | |||
| 1 | 2012-11-03 Chong Yidong <cyd@gnu.org> | 6 | 2012-11-03 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * buffer.c (cursor_type): Untabify docstring. | 8 | * buffer.c (cursor_type): Untabify docstring. |