Re: [PATCH] dereference of uninitialized pointer in zatm

2005-09-02 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Fri, 2 Sep 2005 19:46:42 +0100 > 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

[PATCH] dereference of uninitialized pointer in zatm

2005-09-02 Thread viro
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