linux_dsm_epyc7002/net/dccp
Xin Long e90ce2fc27 dccp: fix a memleak for dccp_feat_init err process
In dccp_feat_init, when ccid_get_builtin_ccids failsto alloc
memory for rx.val, it should free tx.val before returning an
error.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-27 00:01:05 -07:00
..
ccids
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h
diag.c
feat.c dccp: fix a memleak for dccp_feat_init err process 2017-07-27 00:01:05 -07:00
feat.h
input.c dccp: make const array error_code static 2017-07-13 09:24:02 -07:00
ipv4.c dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly 2017-07-27 00:01:05 -07:00
ipv6.c dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly 2017-07-27 00:01:05 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
output.c
probe.c
proto.c
qpolicy.c
sysctl.c
timer.c