On Mon, Feb 18, 2019 at 2:12 PM Willem de Bruijn
wrote:
>
> On Fri, Feb 15, 2019 at 12:15 PM Willem de Bruijn
> wrote:
> >
> > From: Willem de Bruijn
> >
> > Syzkaller again found a path to a kernel crash through bad gso input.
> > By building an excessively large packet to cause an skb field to
On Fri, Feb 15, 2019 at 12:15 PM Willem de Bruijn
wrote:
>
> From: Willem de Bruijn
>
> Syzkaller again found a path to a kernel crash through bad gso input.
> By building an excessively large packet to cause an skb field to wrap.
>
> If VIRTIO_NET_HDR_F_NEEDS_CSUM was set this would have been dr
From: Willem de Bruijn
Date: Fri, 15 Feb 2019 12:15:47 -0500
> From: Willem de Bruijn
>
> Syzkaller again found a path to a kernel crash through bad gso input.
> By building an excessively large packet to cause an skb field to wrap.
>
> If VIRTIO_NET_HDR_F_NEEDS_CSUM was set this would have be
On 02/15/2019 09:15 AM, Willem de Bruijn wrote:
> From: Willem de Bruijn
>
> Syzkaller again found a path to a kernel crash through bad gso input.
> By building an excessively large packet to cause an skb field to wrap.
>
> If VIRTIO_NET_HDR_F_NEEDS_CSUM was set this would have been dropped i
From: Willem de Bruijn
Syzkaller again found a path to a kernel crash through bad gso input.
By building an excessively large packet to cause an skb field to wrap.
If VIRTIO_NET_HDR_F_NEEDS_CSUM was set this would have been dropped in
skb_partial_csum_set.
GSO packets that do not set checksum o