Re: [libnl-nft PATCH] Fix the route object comparison using the wrong pointer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday, 24. August 2011 18:22:55 you wrote:
> Typo detected by cppcheck
> 
> Signed-off-by: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
> ---
>  lib/route/route_obj.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/route/route_obj.c b/lib/route/route_obj.c
> index 4e14d6d..8f1d4d5 100644
> --- a/lib/route/route_obj.c
> +++ b/lib/route/route_obj.c
> @@ -403,7 +403,7 @@ static int route_compare(struct nl_object *_a, struct
> nl_object *_b, diff |= ROUTE_DIFF(FLAGS,
>  			  (a->rt_flags ^ b->rt_flags) & b->rt_flag_mask);
>  	} else {
> -		if (a->rt_nr_nh != a->rt_nr_nh)
> +		if (a->rt_nr_nh != b->rt_nr_nh)
>  			goto nh_mismatch;
> 
>  		/* search for a dup in each nh of a */

Just a short reminder: This patch is still pending.

Cheers,
Thomas
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux