]> git.eshelyaron.com Git - emacs.git/commit
Fix setting the pipe capacity for subprocesses
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Oct 2023 05:31:59 +0000 (08:31 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Oct 2023 05:31:59 +0000 (08:31 +0300)
commit1594d5f17ad9845be526381e6cd62313da41590a
treea5b0962cf54e13716c3580b078b00857cfef3e3b
parentaad8b5d78f306ac9ca0c03734524c9f49585bee8
Fix setting the pipe capacity for subprocesses

* src/process.c (create_process) [F_SETPIPE_SZ]: Set the pipe
capacity only if the required read-process-max is larger than the
default capacity of the pipe.  (Bug#66288)
src/process.c