Comment 2 for bug 212960

Revision history for this message
Frank Haverkamp (f-haverkamp) wrote :

The NULL pointer access is happening when accessing the list in
snd_device_new(). Adding a mutex when modifing the list is fixing this
problem.