]> git.eshelyaron.com Git - emacs.git/commit
Don't crash if no asynchronous process has been created yet.
authorPhilipp Stephani <phst@google.com>
Sun, 10 Jan 2021 16:59:29 +0000 (17:59 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 16 Jan 2021 18:46:44 +0000 (19:46 +0100)
commitdf34ed8cbfdcf4584aa0ebfe827fac3a8d932bb6
tree1bf216b1121c9ed91f8a987411dd9399d3f59a85
parent8f0ce42d3eb9b212424a4a25a376287ffc94a73e
Don't crash if no asynchronous process has been created yet.

* src/process.c (wait_reading_process_output): Allow
child_signal_read_fd < 0.
src/process.c