Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 1995 06:53:41 -0700
From:      Peter Wemm <peter>
To:        CVS-commiters, cvs-lib
Subject:   cvs commit: src/lib/libc/gen syslog.c
Message-ID:  <199509151353.GAA02069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/09/15 06:53:41

  Modified:    lib/libc/gen  syslog.c
  Log:
  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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509151353.GAA02069>