<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/ash_test/ash-redir/redir_exec2.tests, branch zstd</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=zstd</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=zstd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2024-07-13T00:13:28+00:00</updated>
<entry>
<title>hush: do not exit interactive shell on some redirection errors</title>
<updated>2024-07-13T00:13:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2024-07-12T23:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=23da5c4b716b92524240c6f81c2e2474c1825cfc'/>
<id>urn:sha1:23da5c4b716b92524240c6f81c2e2474c1825cfc</id>
<content type='text'>
$ echo &gt;&amp;99
hush: dup2(99,1): Bad file descriptor
$ echo &gt;&amp;9999
hush: fcntl(1,F_DUPFD,10000): Invalid argument
$ echo 2&gt;/dev/tty 10&gt;&amp;9999
hush: fcntl(10,F_DUPFD,10000): Invalid argument
$ still alive!_

function                                             old     new   delta
static.setup_redirects                               334     394     +60
.rodata                                           105661  105712     +51
dup_CLOEXEC                                           49      79     +30
save_fd_on_redirect                                  263     277     +14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 155/0)             Total: 155 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix "exec 3&gt;FILE" aborting if 3 is exactly the next free fd</title>
<updated>2024-07-12T22:59:02+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2024-07-12T22:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=14e28c18ca1a0fb87b6c73d5cb7487e80bc6713a'/>
<id>urn:sha1:14e28c18ca1a0fb87b6c73d5cb7487e80bc6713a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
