Nicolas Williams <Nicolas.Williams at sun.com> writes: > I'd add: don't use field width specifiers for %s. Unfortunately, we often need to use the "%.*s" construct to deal with unterminated strings such as may appear from GSS-API. We could add an additional interface to handle these.