From: Al Viro Date: Fri, 2 Sep 2005 19:18:03 +0000 (-0700) Subject: [ATM]: Fix dereference of uninitialized pointer in zatm X-Git-Tag: v2.6.14-rc1~777^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70063c4634af060a5387337b7632f6334ca3458;p=pandora-kernel.git [ATM]: Fix dereference of uninitialized pointer in zatm Fixing breakage from [NET]: Kill skb->list - original was assign vcc do a bunch of stuff using ZATM_VCC(vcc)->pool as common subexpression Now we do int pos = ZATM_VCC(vcc)->pool; assign vcc do a bunch of stuff even though vcc is not even initialized when we enter that block... Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed