Hmmm.... Interesting.
Is it possible that sizeof(union delta_base) might not be equal to 20
for you?
It is filtered out later thusly:
...
for (j = ref_first; j <= ref_last; j++)
if (deltas[j].obj->type == OBJ_REF_DELTA)
resolve_delta(&deltas[j], data, ...);
So if a collision happens the object won't be of the right type and it
is simply skipped.
Nicolas
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html