From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] IPv6: fix dst leakage caused by rt6_cow() Date: Mon, 18 Aug 2003 03:45:05 -0700 Sender: netdev-bounce@oss.sgi.com Message-ID: <20030818034505.08182f5b.davem@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: usagi-core@linux-ipv6.org, netdev@oss.sgi.com Return-path: To: Ville Nuorvala In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Mon, 18 Aug 2003 11:13:13 +0300 (EEST) Ville Nuorvala wrote: > since rt6_cow() calls dst_hold() it looks like we're leaking refcounts in > three places in route.c. The patch below should fix this. You are absolutely correct. Patch applied, thanks.