ksh: failing eval stops execution even when in OR-list

2020-05-16 Thread Leah Neukirchen
ed word, or any command of an AND-OR list > other than the last. >How-To-Repeat: Running this script as a reproducer: set -e eval false || true echo pass >Fix: As a workaround: eval "false || true" || true Thanks, -- Leah Neukirchenhttps://leahneukirchen.org/

Re: ksh: failing eval stops execution even when in OR-list

2020-05-20 Thread Leah Neukirchen
Leah Neukirchen writes: >>Synopsis: ksh: failing eval stops execution even when in OR-list I noticed this issue else appears only in pdksh, but not in mksh. Bisecting mksh I found this fixed between R21 and R22, in this commit: https://github.com/MirBSD/mksh/

Re: poll: hangs when polling closed fd for POLLHUP

2021-10-29 Thread Leah Neukirchen
Martin Pieuchot writes: > On 29/10/21(Fri) 10:50, Anton Lindqvist wrote: > >> On Fri, Oct 29, 2021 at 09:13:58AM +0100, Larry Hynes wrote: >> > Hi >> > >> > In last two snapshots I installed, poll seems to hang in certain >> > circumstances. >

Re: rt_ifa_del NULL deref

2022-11-15 Thread Leah Neukirchen
e 0 "Intel UHCI root hub" rev 1.00/1.00 addr 1 vmm0 at mainbus0: SVM/RVI vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (13d9373c9e0232a6.a) swap on sd0b dump on sd0b fd0 at fdc0 drive 1: density unknown -- Leah Neukirchenhttps://leahneukirchen.org/