Martin Waitz <tali@xxxxxxxxxxxxxx> writes: > All the lookup_{blob,tree,commit} functions check that the object > really is of the requested type and return NULL otherwise. > However this NULL pointer is not checked in the calling functions. > > Should we make lookup_* to just die when invoked on another object-type? Making lookup_{specific type} die when they see unexpected type would not hurt that much, I think, aside from the possibility that some callers may check NULL to see if object already exists, but they should be using has_sha1_file() instead. - 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