kstenerud/ObjectAL-for-iPhone

- (void) onAudioError:(NSNotification*) notification can become re-entrant and overflow the stack

Closed this issue · 1 comments

You can get into a state (seen once in our QA dept) where this function:

  • (void) onAudioError:(NSNotification*) notification

becomes re-entrant and will crash your app with a stack overflow

This should be fixed now. Re-open this issue if you see it happen again.