PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.46k stars 303 forks source link

Fix 'pulseaudioHostApi' use-after-free in PaPulseAudio_Initialize #847

Closed bear101 closed 1 year ago

bear101 commented 1 year ago

The call to PaPulseAudio_UnLock( pulseaudioHostApi->mainloop ) in error-label is performed on 'pulseaudioHostApi' after 'pulseaudioHostApi' has been freed by PaPulseAudio_Free

RossBencina commented 1 year ago

Thanks we've created a ticket for the larger bug: #848