On Tue, 24 Jun 2008, Pierre Habouzit wrote: > > Are we sure argv[argc] is NULL when those are main() arguments ? Yes. There's tons of code that ends up not caring about argc at all, so any system that doesn't NULL-terminate would break. In fact, git itself already depends on it, because it turns argv directly into the pathspec name pattern array. Linus -- 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