commit | 4a063739138e2c4e933188d641f1593e01ce8285 | [log] [tgz] |
---|---|---|
author | Chris Wright <chrisw@sous-sol.org> | Tue May 23 15:08:13 2006 -0700 |
committer | David S. Miller <davem@sunset.sfo1.dsl.speakeasy.net> | Tue May 23 15:15:13 2006 -0700 |
tree | 73b7a622babb84307abdd3e08fd57e59bf50a0b8 | |
parent | 4d942d8b39bf7d43ce93d85964aeb63aeace0593 [diff] |
[NETFILTER]: SNMP NAT: fix memleak in snmp_object_decode If kmalloc fails, error path leaks data allocated from asn1_oid_decode(). Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>