aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-10-07 22:13:21 -0700
committerPaul Eggert2013-10-07 22:13:21 -0700
commit18978362d27ab487cafbcba58fb74a2d24eaedc4 (patch)
treed645cad727cde4e7190bef0abdb7ec8d88543a17 /src/ChangeLog
parent3e45e7023ef4e43c4de36e517e47b0429e5d9929 (diff)
downloademacs-18978362d27ab487cafbcba58fb74a2d24eaedc4.tar.gz
emacs-18978362d27ab487cafbcba58fb74a2d24eaedc4.zip
Fix race where emacs aborts when sent SIGTERM.
* keyboard.c (unblock_input_to): Don't process pending signals if a fatal error is in progress. Fixes: debbugs:15534
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 755e710c079..41771c92e93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-10-08 Paul Eggert <eggert@cs.ucla.edu> 12013-10-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix race where emacs aborts when sent SIGTERM (Bug#15534).
4 * keyboard.c (unblock_input_to): Don't process pending signals
5 if a fatal error is in progress.
6
3 * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. 7 * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
4 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when 8 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
5 they're talking about words in Lisp bool vectors. 9 they're talking about words in Lisp bool vectors.