diff options
author | Benjamin Poirier <bpoirier@suse.de> | 2013-04-29 11:42:13 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-30 00:43:54 -0400 |
commit | 39cc86130bc045d87f525ce7742da308ff757cec (patch) | |
tree | 28e803dce3877b9f1eb7c8ad74fe58c29764a422 /net/unix/af_unix.c | |
parent | add05ad4e9f5c4efee9b98535db5efa32b0d0492 (diff) |
unix/dgram: fix peeking with an offset larger than data in queue
Currently, peeking on a unix datagram socket with an offset larger than len of
the data in the sk receive queue returns immediately with bogus data. That's
because *off is not reset between each skb_queue_walk().
This patch fixes this so that the behavior is the same as peeking with no
offset on an empty queue: the caller blocks.
Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions