Opened 12 years ago

Closed 12 years ago

#193 closed defect (fixed)

Possible endless loop in MIDI clock

Reported by: ph3-der-loewe Owned by: ph3-der-loewe
Priority: critical Milestone: RoarAudio major release 1.0
Component: roard Version: 1.0beta0
Keywords: midi Cc:
Architecture: Compiler:
Difficulty: normal Kernel:
Operating System: Parent Tickets:
Patch attached: no Protocol:
Sound driver: Topic: Bug Fix

Description

flum,

the midi clock my get into an (semi-)endless loop.

roard/midi.c:813:

 while ( g_pos >= g_midi_clock.nt ) {

Then g_midi_clock.nt overflows before g_pos does the loop will get into a (semi-)endless loop.

Subtickets

Change History (1)

comment:1 Changed 12 years ago by ph3-der-loewe

  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from current to 1.0beta0
Note: See TracTickets for help on using tickets.