[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071205141122.GE4653@ghostprotocols.net>
Date: Wed, 5 Dec 2007 12:11:22 -0200
From: Arnaldo Carvalho de Melo <acme@...hat.com>
To: Gerrit Renker <gerrit@....abdn.ac.uk>
Cc: dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
Em Wed, Dec 05, 2007 at 11:19:45AM +0000, Gerrit Renker escreveu:
> This fixes a problem in the initial revision of the patch: The loss interval
> history was not de-allocated when the initialisation of the packet history
> failed. The identification of this problem is also thanks due to Arnaldo.
>
> The interdiff to the previous revision is:
>
> --- b/net/dccp/ccids/lib/tfrc_module.c
> +++ b/net/dccp/ccids/lib/tfrc_module.c
> @@ -26,7 +26,12 @@
>
> if (rc == 0)
> rc = packet_history_init();
> + if (rc == 0)
> + goto out;
>
> +out_free_loss_intervals:
> + dccp_li_exit();
> +out:
> return rc;
> }
>
Ok, this one is kept on the series I have pending submission.
- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists