patch-2.4.21 linux-2.4.21/net/econet/af_econet.c

Next file: linux-2.4.21/net/ipv4/af_inet.c
Previous file: linux-2.4.21/net/decnet/dn_nsp_in.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/net/econet/af_econet.c linux-2.4.21/net/econet/af_econet.c
@@ -306,6 +306,7 @@
 		
 		eb = (struct ec_cb *)&skb->cb;
 		
+		/* BUG: saddr may be NULL */
 		eb->cookie = saddr->cookie;
 		eb->sec = *saddr;
 		eb->sent = ec_tx_done;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)