]> git.alsa-project.org Git - alsa-lib.git/commit
conf: Fix a memory access violation resulting from improper error propogation
authorAllan Wirth <allan@allanwirth.com>
Thu, 31 Jan 2013 18:55:33 +0000 (13:55 -0500)
committerTakashi Iwai <tiwai@suse.de>
Fri, 1 Feb 2013 07:00:24 +0000 (08:00 +0100)
commit7f2b2c8c1650a1883b48abfcdb455138943854f9
treeab98b14ddeb18e7ae98ba582d5048e309517ed0b
parentf49b2dc522a2564315c76d075203b15a39941e8a
conf: Fix a memory access violation resulting from improper error propogation

Fixes an issue where a variable is used undeclared, which can cause seg
faults on some systems if the configuration file is not formatted
properly.

Signed-off-by: Allan Wirth <allan@allanwirth.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/conf.c