[alsa-devel] [PATCH 0/1] Fixed issues/defects reported by Coverity tool.

sudarshan.bisht at nokia.com sudarshan.bisht at nokia.com
Thu Mar 17 10:41:11 CET 2011


From: Sudarshan <sudarshan.bisht at nokia.com>

      	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. 
      

Sudarshan (1):
  alsa-lib: fixed coverity reported issues under "FORWARD_NULL"
    checker.

 modules/mixer/simple/sbasedl.c |    2 +-
 src/conf.c                     |    8 +++++---
 src/hwdep/hwdep.c              |    2 +-
 src/pcm/pcm_hooks.c            |    5 +++--
 src/pcm/pcm_simple.c           |    2 +-
 src/rawmidi/rawmidi.c          |    2 +-
 src/rawmidi/rawmidi_virt.c     |    8 +++++---
 7 files changed, 17 insertions(+), 12 deletions(-)



More information about the Alsa-devel mailing list