linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pipe: Fix a potential UAF and delete a duplicate line of code
@ 2021-11-15  3:57 Zhen Lei
  2021-11-15  3:57 ` [PATCH 1/2] pipe: fix potential use-after-free in pipe_read() Zhen Lei
  2021-11-15  3:57 ` [PATCH 2/2] pipe: delete a duplicate line of code in pipe_write() Zhen Lei
  0 siblings, 2 replies; 7+ messages in thread
From: Zhen Lei @ 2021-11-15  3:57 UTC (permalink / raw)
  To: Alexander Viro, David Howells, linux-fsdevel, linux-kernel; +Cc: Zhen Lei

I found these when I was learning the code. I briefly tested it, and no new
problems were introduced.

Zhen Lei (2):
  pipe: fix potential use-after-free in pipe_read()
  pipe: delete a duplicate line of code in pipe_write()

 fs/pipe.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.26.0.106.g9fadedd


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

end of thread, other threads:[~2021-11-23  1:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15  3:57 [PATCH 0/2] pipe: Fix a potential UAF and delete a duplicate line of code Zhen Lei
2021-11-15  3:57 ` [PATCH 1/2] pipe: fix potential use-after-free in pipe_read() Zhen Lei
2021-11-15  4:25   ` Matthew Wilcox
2021-11-15  6:13     ` Leizhen (ThunderTown)
2021-11-15 13:05       ` Matthew Wilcox
2021-11-23  1:09         ` Leizhen (ThunderTown)
2021-11-15  3:57 ` [PATCH 2/2] pipe: delete a duplicate line of code in pipe_write() Zhen Lei

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