All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kyle Zeng <zengyhkyle@gmail.com>
Cc: pabeni@redhat.com, dsahern@kernel.org, vfedorenko@novek.ru,
	davem@davemloft.net, netdev@vger.kernel.org,
	ssuryaextr@gmail.com
Subject: Re: [PATCH v3 net] ipv4: fix null-deref in ipv4_link_failure
Date: Sun, 17 Sep 2023 14:20:22 +0000	[thread overview]
Message-ID: <169496042282.14652.10041213543711903914.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <ZQPn2cF3aX/523eC@westworld>

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 14 Sep 2023 22:12:57 -0700 you wrote:
> Currently, we assume the skb is associated with a device before calling
> __ip_options_compile, which is not always the case if it is re-routed by
> ipvs.
> When skb->dev is NULL, dev_net(skb->dev) will become null-dereference.
> This patch adds a check for the edge case and switch to use the net_device
> from the rtable when skb->dev is NULL.
> 
> [...]

Here is the summary with links:
  - [v3,net] ipv4: fix null-deref in ipv4_link_failure
    https://git.kernel.org/netdev/net/c/0113d9c9d1cc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      reply	other threads:[~2023-09-17 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15  5:12 [PATCH v3 net] ipv4: fix null-deref in ipv4_link_failure Kyle Zeng
2023-09-17 14:20 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169496042282.14652.10041213543711903914.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ssuryaextr@gmail.com \
    --cc=vfedorenko@novek.ru \
    --cc=zengyhkyle@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.