Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263925
b: refs/heads/master
c: 91c66c6
h: refs/heads/master
i:
  263923: 5c33d19
v: v3
  • Loading branch information
Jesper Juhl authored and Patrick McHardy committed Jul 29, 2011
1 parent 8965fa5 commit b0b3a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00fe1ae91e0d69e52e8212d23cd3ecc74a7259a0
refs/heads/master: 91c66c6893a3e2bb8a88a30cb76007d5d49d32c9
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/ip_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ ipq_build_packet_message(struct nf_queue_entry *entry, int *errp)
return skb;

nlmsg_failure:
kfree_skb(skb);
*errp = -EINVAL;
printk(KERN_ERR "ip_queue: error creating packet message\n");
return NULL;
Expand Down
1 change: 1 addition & 0 deletions trunk/net/ipv6/netfilter/ip6_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ ipq_build_packet_message(struct nf_queue_entry *entry, int *errp)
return skb;

nlmsg_failure:
kfree_skb(skb);
*errp = -EINVAL;
printk(KERN_ERR "ip6_queue: error creating packet message\n");
return NULL;
Expand Down

0 comments on commit b0b3a03

Please sign in to comment.