On Tue, Jun 24, 2008 at 01:31:46AM +0200, Pierre Habouzit wrote: > Are we sure argv[argc] is NULL when those are main() arguments ? If > yes there is no issue, and I should read posix more carefully, but I was > under the impression that POSIX wasn't enforcing that. It's not POSIX; it's actually in the C standard. 5.1.2.2.1, paragraph 2: "argv[argc] shall be a null pointer" -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