On Tue, Jul 31, 2007 at 02:48:29PM +0200, Christian Couder wrote: > - weights = xcalloc(on_list, sizeof(int*)); > + weights = xcalloc(on_list, sizeof(int)); How about the correct-by-definition sizeof(*weights)? -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html