On 5/22/23 13:25, Costas Argyris wrote:
Currently on Windows, when CreateProcess is called with a command-line that exceeds the 32k Windows limit, we get a very bad error:"CreateProcess: No such file or directory" This patch detects the case where this would happen and writes the long command-line to a temporary response file and calls CreateProcess with @file instead.
Looks OK to me. I will commit it around next week if there are no objections.