Hi, While inspecting patch-delta.c, I encounter this: if (cp_off + cp_size < cp_size || cp_off + cp_size > src_size || cp_size > size) goto bad; "cp_off + cp_size < cp_size" doesn't make sense to me. Is it on purpose? - : 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