netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] vsock: fix null pointer dereference and cleanup in vsock_poll()
@ 2020-08-11  9:55 Stefano Garzarella
  2020-08-11  9:55 ` [PATCH net 1/2] vsock: fix potential null pointer dereference " Stefano Garzarella
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefano Garzarella @ 2020-08-11  9:55 UTC (permalink / raw)
  To: davem
  Cc: Jorgen Hansen, Stefano Garzarella, netdev, Jakub Kicinski,
	Dexuan Cui, linux-kernel, Stefan Hajnoczi

The first patch fixes a potential null pointer dereference in vsock_poll()
reported by syzbot.
The second patch is a simple cleanup in the same block code. I put this later,
to make it easier to backport the first patch in the stable branches.

Thanks,
Stefano

Stefano Garzarella (2):
  vsock: fix potential null pointer dereference in vsock_poll()
  vsock: small cleanup in vsock_poll()

 net/vmw_vsock/af_vsock.c | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-12  7:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11  9:55 [PATCH net 0/2] vsock: fix null pointer dereference and cleanup in vsock_poll() Stefano Garzarella
2020-08-11  9:55 ` [PATCH net 1/2] vsock: fix potential null pointer dereference " Stefano Garzarella
2020-08-11  9:55 ` [PATCH net 2/2] vsock: small cleanup " Stefano Garzarella
2020-08-11 17:24 ` [PATCH net 0/2] vsock: fix null pointer dereference and " David Miller
2020-08-12  7:17   ` Stefano Garzarella

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).