alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Fixed issues/defects reported by Coverity tool.
@ 2011-03-17  9:41 sudarshan.bisht
  2011-03-17  9:41 ` [PATCH 1/1] alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker sudarshan.bisht
  0 siblings, 1 reply; 6+ messages in thread
From: sudarshan.bisht @ 2011-03-17  9:41 UTC (permalink / raw)
  To: alsa-devel

From: Sudarshan <sudarshan.bisht@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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-03-21  8:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17  9:41 [PATCH 0/1] Fixed issues/defects reported by Coverity tool sudarshan.bisht
2011-03-17  9:41 ` [PATCH 1/1] alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker sudarshan.bisht
2011-03-17 12:08   ` Clemens Ladisch
2011-03-18  9:14     ` Sudarshan Bisht
2011-03-18 14:05       ` Clemens Ladisch
2011-03-21  8:29         ` Sudarshan Bisht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).