diff options
| author | Ron Yorston <rmy@pobox.com> | 2026-05-13 12:32:26 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2026-05-13 12:32:26 +0100 |
| commit | bda604a70761e7791e5bfd00337bfc6f9e6ae640 (patch) | |
| tree | ad6dee6f25ce01989ea45e6dffbb224087552be4 /scripts/config | |
| parent | 4bc07f64b678e3e614e659d44b55ad1100d80d32 (diff) | |
| download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip | |
When the shell invoked process substitution it retained a process
handle to the child. These handles could accumulate without limit.
The shell in upstream BusyBox doesn't bother to create a job
structure for process substitutions or here documents. This isn't
appropriate on Windows, where we need to track the child process
handles. Create job structures as required.
Saves 32-48 bytes.
(GitHub issue #587)
Diffstat (limited to 'scripts/config')
0 files changed, 0 insertions, 0 deletions
