From: sudarshan.bisht@nokia.com
To: alsa-devel@alsa-project.org
Subject: [PATCH 0/1] Fixed issues/defects reported by Coverity tool.
Date: Thu, 17 Mar 2011 11:41:11 +0200 [thread overview]
Message-ID: <1300354872-1443-1-git-send-email-sudarshan.bisht@nokia.com> (raw)
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(-)
next reply other threads:[~2011-03-17 9:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-17 9:41 sudarshan.bisht [this message]
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
-- strict thread matches above, loose matches on Subject: below --
2011-03-17 9:34 [PATCH 0/1] Fixed issues/defects reported by Coverity tool sudarshan.bisht
2011-03-17 9:28 sudarshan.bisht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1300354872-1443-1-git-send-email-sudarshan.bisht@nokia.com \
--to=sudarshan.bisht@nokia.com \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).