Re: [PATCH net] sock: fix sendmmsg for partial sendmsg

2016-11-09 Thread David Miller
From: Soheil Hassas Yeganeh Date: Fri, 4 Nov 2016 15:36:49 -0400 > From: Soheil Hassas Yeganeh > > Do not send the next message in sendmmsg for partial sendmsg > invocations. > > sendmmsg assumes that it can continue sending the next message > when

Re: [PATCH net] sock: fix sendmmsg for partial sendmsg

2016-11-04 Thread Maciej Żenczykowski
Acked-by: Maciej Żenczykowski

[PATCH net] sock: fix sendmmsg for partial sendmsg

2016-11-04 Thread Soheil Hassas Yeganeh
From: Soheil Hassas Yeganeh Do not send the next message in sendmmsg for partial sendmsg invocations. sendmmsg assumes that it can continue sending the next message when the return value of the individual sendmsg invocations is positive. It results in corrupting the data for