commit | f78ed2204db9fc35b545d693865bddbe0149aa1f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu May 07 09:32:21 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 07 18:11:07 2020 -0700 |
tree | 547a43f4bee21b4880397429cca2a02ab85f397c | |
parent | 1ddabdfaf70c202b88925edd74c66f4707dbd92e [diff] |
netpoll: accept NULL np argument in netpoll_send_skb() netpoll_send_skb() callers seem to leak skb if the np pointer is NULL. While this should not happen, we can make the code more robust. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>