Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2005 10:28:08 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_prf.c
Message-ID:  <200509031028.j83AS9Zm042569@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-09-03 10:28:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_prf.c 
  Log:
  If we ignore an unknown % sequence, we must stop interpreting the
  remaining % arguments because the varargs are now out of sync and
  there is a risk that we might for instance dereference an integer
  in a %s argument.
  
  Sponsored by: Napatech.com
  
  Revision  Changes    Path
  1.117     +9 -2      src/sys/kern/subr_prf.c



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