]> git.alsa-project.org Git - alsa-lib.git/commit
alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.
authorSudarshan Bisht <sudarshan.bisht@nokia.com>
Tue, 12 Apr 2011 10:09:45 +0000 (13:09 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 May 2011 07:11:46 +0000 (09:11 +0200)
commit808ce5deb3550e522a0c3087f1c851bdf87d3464
tree35e0f04576eb5123a7da684be8168906c5d14628
parent6bb36928b114e27dcfeeddceabc3241e0fe1d921
alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.

Coverity Static Analysis helps developers find hard-to-spot,
yet potentially crash-causing defects early in the development phase,
reducing the cost,time, and risk of software errors.

This patch has fix for situations where variable can be NULL
but not been checked beforehand

Signed-off-by: Takashi Iwai <tiwai@suse.de>
modules/mixer/simple/sbasedl.c
src/conf.c
src/hwdep/hwdep.c
src/pcm/pcm_hooks.c
src/pcm/pcm_simple.c
src/rawmidi/rawmidi.c
src/rawmidi/rawmidi_virt.c