commit | d20cad602fc3d92902dc3b4ed252359ab05eae0f | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Wed May 31 11:55:17 2006 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Thu Jun 22 21:34:05 2006 +0200 |
tree | b2a2c5ffd6b94317ea26a7a349d44993d95d6dce | |
parent | f26eb78fcfb5b76fbe6d3e740b6fedda611f8395 [diff] |
[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 <snakebyte@gmx.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>