Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26949
b: refs/heads/master
c: 4a06373
h: refs/heads/master
i:
  26947: e40e5a0
v: v3
  • Loading branch information
Chris Wright authored and David S. Miller committed May 23, 2006
1 parent a4ceb02 commit 56e57d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4d942d8b39bf7d43ce93d85964aeb63aeace0593
refs/heads/master: 4a063739138e2c4e933188d641f1593e01ce8285
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/ip_nat_snmp_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ static unsigned char snmp_object_decode(struct asn1_ctx *ctx,
len *= sizeof(unsigned long);
*obj = kmalloc(sizeof(struct snmp_object) + len, GFP_ATOMIC);
if (*obj == NULL) {
kfree(lp);
kfree(id);
if (net_ratelimit())
printk("OOM in bsalg (%d)\n", __LINE__);
Expand Down

0 comments on commit 56e57d5

Please sign in to comment.