Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311631
b: refs/heads/master
c: 4009e18
h: refs/heads/master
i:
  311629: e9ed40c
  311627: 4b4a258
  311623: 69262a2
  311615: bb74b3c
v: v3
  • Loading branch information
Tomasz Bursztyka authored and Pablo Neira Ayuso committed Jun 29, 2012
1 parent 1651e3b commit 893fe3a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d31f4d448f7671dc3e6a7a1c92a4c085a36058bb
refs/heads/master: 4009e18851ea555959c6017d848983b3d60bf667
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nfnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ static int nfnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)

err = nla_parse(cda, ss->cb[cb_id].attr_count,
attr, attrlen, ss->cb[cb_id].policy);
if (err < 0)
if (err < 0) {
rcu_read_unlock();
return err;
}

if (nc->call_rcu) {
err = nc->call_rcu(net->nfnl, skb, nlh,
Expand Down

0 comments on commit 893fe3a

Please sign in to comment.