]> 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, 18 Aug 2010 06:23:09 +0000 (08:23 +0200)
commitbb865dc10b6dcee9d428d3c5a17ee312e0aaf7e0
tree05e47965179fa66e063671e33a0bfb50998affaf
parent4c337275d1cc0579cc8ad45b4c138287e8658f0d
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