Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351916
b: refs/heads/master
c: fb97c3e
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz committed Jan 11, 2013
1 parent b998a73 commit 7b45166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fad2e371bb5a9f64dced90309fa7cb8bce09e92f
refs/heads/master: fb97c3e80f99988079df4fb5f3c84aea4e7f806a
2 changes: 1 addition & 1 deletion trunk/net/nfc/llcp/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ static int llcp_sock_recvmsg(struct kiocb *iocb, struct socket *sock,
copied = min_t(unsigned int, rlen, len);

cskb = skb;
if (memcpy_toiovec(msg->msg_iov, cskb->data, copied)) {
if (skb_copy_datagram_iovec(cskb, 0, msg->msg_iov, copied)) {
if (!(flags & MSG_PEEK))
skb_queue_head(&sk->sk_receive_queue, skb);
return -EFAULT;
Expand Down

0 comments on commit 7b45166

Please sign in to comment.