"Tom G. Christensen" <tgc@xxxxxxxxxxxxxxx> writes: > The reason for the crash is simple, a null value was passed to the 's' > format for the *printf family of functions. > ... > Passing a null value to the 's' format is explicitly documented as > giving undefined results on Solaris, even on Solaris 11(2). Do you mean *printf("...%.*s...", ..., 0, NULL, ...) i.e. you saw a NULL passed only when we use %.*s with width=0? -- 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