From: Eric Sesterhenn Date: Wed, 31 May 2006 09:55:17 +0000 (+0200) Subject: [ALSA] NULL pointer dereference in sound/synth/emux/soundfont.c X-Git-Tag: v2.6.18-rc1~1081^2~276 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20cad602fc3d92902dc3b4ed252359ab05eae0f;p=pandora-kernel.git [ALSA] NULL pointer dereference in sound/synth/emux/soundfont.c this is about coverity id #100. It seems the if statement is negated, since the else branch calls remove_info() with sflist->currsf as a parameter where it gets dereferenced. Signed-off-by: Eric Sesterhenn Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed