Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 00:31:29 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen syslog.c
Message-ID:  <200302100831.h1A8VTGL049471@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2003/02/10 00:31:28 PST

  Modified files:
    lib/libc/gen         syslog.c 
  Log:
  Handle %%m properly in syslog format string.  Previously it would expand
  the %m into the errno and then vfprintf would expand the % and the first
  character of the strerror(3) return causing possible data corruption.
  
  Revision  Changes    Path
  1.29      +13 -3     src/lib/libc/gen/syslog.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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