commit | a29c9c43bb633a9965909cd548879fee4aa789a4 | [log] [tgz] |
---|---|---|
author | David L Stevens <david.stevens@oracle.com> | Wed Oct 01 11:05:27 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 01 15:26:09 2014 -0400 |
tree | 995c7a2198797ba0fad06886d08e8133f9f934c7 | |
parent | e506d405ac7d34d03996c97ac68aa2ac010be64a [diff] |
sunvnet: fix potential NULL pointer dereference One of the error cases for vnet_start_xmit()'s "out_dropped" label is port == NULL, so only mess with port->clean_timer when port is not NULL. Signed-off-by: David L Stevens <david.stevens@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>