On Mon, Oct 20, 2008 at 04:46:19PM -0400, Nicolas Pitre wrote: > 2( The code sequence: > > result->data = patch_delta(get_base_data(base), base->obj->size, > delta_data, delta_size, &result->size); > > has two issues of its own since base->obj->size should instead be > base->size as we want the size of the actual object data and not > the size of the delta object it is represented by. Except that This one fixes my problem. Tested-by: Jeff King <peff@xxxxxxxx> -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