Eric Blake wrote: > So, it may be worth a mention in the docs that *printf behaves differently > on various platforms when given an invalid string (in the case of my > example string, both Solaris and glibc return success! rather than failing > with EINVAL, but with differing amounts and content of output), but that > gnulib doesn't bother with this because it is assumed a well-written > program never passes an invalid format string in the first place.
Yes. Fine with me. Bruno