bug in salsa async handler + patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I couldn't find where or how to submit patches for salsa, so here
goes. This patch resolves random program crashes when using libsalsa
with an async handler: snd_async_del_handler does not correctly
maintain its list of async handlers. This patch is for
salsa-lib-0.0.21, the latest stable version.

change src/async.c, line 118
async_list = h;

to src/async.c, line 118
async_list = h->next;

Maarten
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux