cvs commit: src/sys/kern subr_prf.c

Poul-Henning Kamp phk at FreeBSD.org
Sat Sep 3 03:28:09 PDT 2005


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


More information about the cvs-all mailing list