Commit 81f29fc7 authored by Rusty Russell's avatar Rusty Russell Committed by David S. Miller

[ECONET]: Add comment to point out a bug spotted by Joern Engel.

parent cebc33fb
......@@ -338,6 +338,7 @@ static int econet_sendmsg(struct kiocb *iocb, struct socket *sock,
eb = (struct ec_cb *)&skb->cb;
/* BUG: saddr may be NULL */
eb->cookie = saddr->cookie;
eb->sec = *saddr;
eb->sent = ec_tx_done;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment