K 10 svn:author V 5 peter K 8 svn:date V 27 1995-09-15T13:53:39.000000Z K 7 svn:log V 362 Fix security bugs with a "new approach", using stdio's powerful buffer control hooks. It is similar to an unrolled multi-part snprintf(), in that a "FILE *" is attached to a string buffer. There is also an optimisation for the case where the syslog format string does not contain %m, which should improve performance of "informational" logging, like from ftpd. END