Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes

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

 



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 dccp" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [IETF DCCP]     [Linux Networking]     [Git]     [Security]     [Linux Assembly]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux