From: David S. Miller Date: Fri, 18 Apr 2008 08:46:19 +0000 (-0700) Subject: [IPV6]: Fix dangling references on error in fib6_add(). X-Git-Tag: v2.6.26-rc1~1138^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c051235a7f115c34e675c9cf55820bd3435f860;p=pandora-kernel.git [IPV6]: Fix dangling references on error in fib6_add(). Fixes bugzilla #8895 If a super-tree leaf has 'rt' assigned to it and we get an error from fib6_add_rt2node(), we'll leave a reference to 'rt' in pn->leaf and then do an unconditional dst_free(). We should prune such references. Based upon a report by Vincent Perrier. Signed-off-by: David S. Miller --- Reading git-diff-tree failed