From: Miod Vallat Subject: Re: Forever loop in azalia.c To: Ali Farzanrad Cc: tech@openbsd.org Date: Fri, 24 May 2024 10:18:24 +0000 > Hi tech@ > > I found this infinite loop in azalia.c: This is not an infinite loop. There is a conditional break statement, three lines within the loop.