projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e992e
)
[IPV6]: Fix unbalanced socket reference with MSG_CONFIRM.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Fri, 14 Sep 2007 23:45:40 +0000
(16:45 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 14 Sep 2007 23:45:40 +0000
(16:45 -0700)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/raw.c
patch
|
blob
|
history
diff --git
a/net/ipv6/raw.c
b/net/ipv6/raw.c
index
e27383d
..
77167af
100644
(file)
--- a/
net/ipv6/raw.c
+++ b/
net/ipv6/raw.c
@@
-882,11
+882,10
@@
back_from_confirm:
ip6_flush_pending_frames(sk);
else if (!(msg->msg_flags & MSG_MORE))
err = rawv6_push_pending_frames(sk, &fl, rp);
+ release_sock(sk);
}
done:
dst_release(dst);
- if (!inet->hdrincl)
- release_sock(sk);
out:
fl6_sock_release(flowlabel);
return err<0?err:len;