[alsa-devel] [PATCH] *** Fixed issues/defects reported by Coverity tool ***
sudarshan.bisht at nokia.com
sudarshan.bisht at nokia.com
Thu Mar 17 09:12:18 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 a fix for conditions where 1) variable is used
evern after getting freed thus causing junk assignment and 2) double
free of memory.
Sudarshan (1):
alsa-lib: fixed coverity reported issues under "USE_AFTER_FREE"
checker.
src/control/control_hw.c | 1 +
src/mixer/mixer.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
More information about the Alsa-devel
mailing list