]> git.eshelyaron.com Git - emacs.git/commit
Fix sporadic crashes and `select' failures in dumped images
authorPo Lu <luangruo@yahoo.com>
Mon, 29 Jul 2024 02:37:16 +0000 (10:37 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Jul 2024 18:12:06 +0000 (20:12 +0200)
commitb330cf5b05428c1b2dfa0bfb66f4c95375b9a0d3
tree77a55049be239f6c5fbd3ef093fe80b8400ae639
parentb5d9a119a041ee7d3099685be963cdd33170f766
Fix sporadic crashes and `select' failures in dumped images

* src/process.c (init_process_emacs) [HAVE_UNEXEC]: Clear
dumped values of child_signal_read_fd and child_signal_write_fd.

(cherry picked from commit 5cf64d8377ad43f9a7b0ad28cbb4a494b403806b)
src/process.c