From: Eric Sesterhenn Date: Wed, 21 Jun 2006 14:17:17 +0000 (+0200) Subject: [PATCH] Dereference in tokenring/olympic.c X-Git-Tag: v2.6.18-rc1~1081^2~224^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d56ab936237b429366ade0d2a1540c7e41beb87;p=pandora-kernel.git [PATCH] Dereference in tokenring/olympic.c hi, coverity found (bug id #225) that we might call free_netdev() with NULL argument, when alloc_trdev() fails. This patch changes the goto, so we dont call free_netdev() for dev == NULL. Signed-off-by: Eric Sesterhenn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed