diff options
author | Xufeng Zhang <xufeng.zhang@windriver.com> | 2011-06-21 06:43:40 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-22 01:34:27 -0400 |
commit | 9cfaa8def1c795a512bc04f2aec333b03724ca2e (patch) | |
tree | 2c4bff0afe8424472b780a65a8d356db2d62caf4 /drivers/net/usb/kalmia.c | |
parent | 32c90254ed4a0c698caa0794ebb4de63fcc69631 (diff) |
udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet
Consider this scenario: When the size of the first received udp packet
is bigger than the receive buffer, MSG_TRUNC bit is set in msg->msg_flags.
However, if checksum error happens and this is a blocking socket, it will
goto try_again loop to receive the next packet. But if the size of the
next udp packet is smaller than receive buffer, MSG_TRUNC flag should not
be set, but because MSG_TRUNC bit is not cleared in msg->msg_flags before
receive the next packet, MSG_TRUNC is still set, which is wrong.
Fix this problem by clearing MSG_TRUNC flag when starting over for a
new packet.
Signed-off-by: Xufeng Zhang <xufeng.zhang@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/kalmia.c')
0 files changed, 0 insertions, 0 deletions