]> git.alsa-project.org Git - alsa-utils.git/commit
aplay/arecord: term_c_lflag variable might be unitialized in some cases
authorJaroslav Kysela <perex@perex.cz>
Wed, 18 Aug 2010 06:23:09 +0000 (08:23 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2012 13:46:00 +0000 (15:46 +0200)
commit052112f409ed9d842d44fef46050fe930a13d9b9
tree05e47965179fa66e063671e33a0bfb50998affaf
parent63931eae1a95c49b91d6d38950c9791231bc41f9
aplay/arecord: term_c_lflag variable might be unitialized in some cases

The term_c_lflag variable might be unitialized in some cases. Add extra
check to avoid setting of wrong value.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
aplay/aplay.c