]> git.alsa-project.org Git - alsa-lib.git/commit
conf.c: fix handling of NULL string values
authorClemens Ladisch <clemens@ladisch.de>
Fri, 10 Jul 2009 05:26:29 +0000 (07:26 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Fri, 10 Jul 2009 05:26:29 +0000 (07:26 +0200)
commitefda3e2bc766b4147f35f4b006d315ea7b3c55fe
tree3b0527288d0ca14c6687ec5668579c44bf90a3a7
parente2317969e140b2c956db38583dcc0d7f3747670f
conf.c: fix handling of NULL string values

Make sure that we do not crash when encountering configuration nodes
with a NULL string value, or that at least we run into an assert().

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
src/conf.c