Files
Linux/fs
Miklos Szeredi 5a81e6a171 vfs: fix uninitialized flags in splice_to_pipe()
Flags (PIPE_BUF_FLAG_PACKET, PIPE_BUF_FLAG_GIFT) could remain on the
unused part of the pipe ring buffer.  Previously splice_to_pipe() left
the flags value alone, which could result in incorrect behavior.

Uninitialized flags appears to have been there from the introduction of
the splice syscall.

Signed-off-by: Miklos Szeredi <[email protected]>
Cc: <[email protected]> # 2.6.17+
Signed-off-by: Linus Torvalds <[email protected]>
2017-02-16 09:09:02 -08:00
..
…
…
…
…
…
…
2017-01-14 14:58:29 -06:00
…
…
…
…
2017-01-31 13:23:09 -05:00
…
…
…
…
…
…
…
…
…
…
…
…
…
2017-01-14 19:31:40 -05:00
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…