netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: edumazet@google.com
Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com,
	syzkaller@googlegroups.com, sbrivio@redhat.com,
	sd@queasysnail.net
Subject: Re: [PATCH net] fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Date: Fri, 08 Mar 2019 15:20:47 -0800 (PST)	[thread overview]
Message-ID: <20190308.152047.1195514192232119769.davem@davemloft.net> (raw)
In-Reply-To: <20190306184100.190813-1-edumazet@google.com>

From: Eric Dumazet <edumazet@google.com>
Date: Wed,  6 Mar 2019 10:41:00 -0800

> My prior commit missed the fact that these functions
> were using udp_hdr() (aka skb_transport_header())
> to get access to GUE header.
> 
> Since use pskb_transport_may_pull() does not exist yet,
> we have to add transport_offset to our pskb_may_pull() calls.
 ...
> Fixes: 26fc181e6cac ("fou, fou6: do not assume linear skbs")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Reported-by: syzbot <syzkaller@googlegroups.com>

Applied and queued up for -stable, thanks Eric.

      parent reply	other threads:[~2019-03-08 23:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06 18:41 [PATCH net] fou, fou6: avoid uninit-value in gue_err() and gue6_err() Eric Dumazet
2019-03-06 19:33 ` Stefano Brivio
2019-03-08 23:20 ` David Miller [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=20190308.152047.1195514192232119769.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=eric.dumazet@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=sbrivio@redhat.com \
    --cc=sd@queasysnail.net \
    --cc=syzkaller@googlegroups.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).