]> git.eshelyaron.com Git - emacs.git/commit
Avoid undefined behavior in 'send-process-region' (Bug#52369).
authorPhilipp Stephani <phst@google.com>
Sat, 11 Dec 2021 12:51:34 +0000 (13:51 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 11 Dec 2021 18:03:00 +0000 (19:03 +0100)
commit8a0734329a4faf0b45627763af74222bdd0ec143
tree17d5a111ba596c1b472cffc8209b3cfed8a71231
parent30dd5c9acc3b3b95ef784549b5e3ff8136a23854
Avoid undefined behavior in 'send-process-region' (Bug#52369).

* src/process.c (send_process): Signal an error if the file descriptor
has already been closed.
src/process.c