]> git.alsa-project.org Git - alsa-lib.git/commit
snd_pcm_direct_parse_open_conf(): use thread-safe getgrnam_r()
authorJerome Forissier <jerome@taodyne.com>
Wed, 30 Jan 2013 15:22:17 +0000 (16:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 30 Jan 2013 16:07:12 +0000 (17:07 +0100)
commit2cfc8b9b44a8e493c41b3d63d5a00b306a18a5ed
tree7f49480bbbcad8e33d95f0fdb35b5ad65807cc42
parent1629e2fbf3dc211eceb37f980e11e5babe1cefe4
snd_pcm_direct_parse_open_conf(): use thread-safe getgrnam_r()

Fixes a thread safety issue with snd_pcm_open().

Signed-off-by: Jerome Forissier <jerome@taodyne.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_direct.c