On Sat, Oct 30, 2021 at 08:25:42PM +0900, Rin Okuyama wrote: > We should not break from infinite loop here, even if svc_fdset_getmax() > fails. Please restore the old behavior. And please be more careful before > making such a non-trivial change.
Ah, thank you. I incorrectly assumed that "out" must be a label at the end of a block. I've restored the behaviour and renamed the label to "wait".