From: Ali Farzanrad Subject: Re: Forever loop in azalia.c To: Miod Vallat Cc: tech@openbsd.org Date: Fri, 24 May 2024 10:32:51 +0000 Ali Farzanrad wrote: > Miod Vallat wrote: > > > 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. > > It is definitely an infinite loop; because it caused my Minisforum UM790 > suddenly reboot every 5-30 minutes. > > I used this patch for last hour and I haven't seen any reboot yet :D I just saw another sudden reboot :( I checked the history; the old code had no loop. So I guessed that maybe they did something wrong. Sorry for the noise