You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it seems the pointer variable self->locked should be guarded by the lock self->mtx.
However, it seems the self->locked is not protected at Line 489 due to the early lock releases at Line 488.
Hi, it seems the pointer variable
self->locked
should be guarded by the lockself->mtx
.However, it seems the
self->locked
is not protected at Line 489 due to the early lock releases at Line 488.julius/msvc/Library_PortAudio/src/src/os/unix/pa_unix_util.c
Lines 476 to 493 in 4182bf0
The text was updated successfully, but these errors were encountered: