net/netfilter/ipvs: Eliminate memory leak
commit92b11f1ad3fa5ec3d24ace292482de1d39271807
authoredrikk <edriss@hotmail.com>
Thu, 14 May 2015 17:37:31 +0000 (14 17:37 +0000)
committerToastman <toastman@galactic_core>
Thu, 17 Sep 2015 17:41:59 +0000 (18 00:41 +0700)
treeb0ed578e0a65cf97cfeae5e27f70270bbc85e90f
parent5ea1115a86c5e42858472ac1be4f3e219c451d0d
net/netfilter/ipvs: Eliminate memory leak

Cherry Picking: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=b2aff96327545aa5ceb25e3116be69c8b06de703&context=10&ignorews=0&dt=0

_ip_vs_service_get and __ip_vs_svc_fwm_get increment a reference count, so that reference count should be decremented before leaving the function in an error case.
release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/ipvs/ip_vs_ctl.c