cvs commit: src/usr.bin/printf printf.c

Stefan Farfeleder stefanf at FreeBSD.org
Mon Apr 11 03:57:54 PDT 2005


stefanf     2005-04-11 10:57:54 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/printf       printf.c 
  Log:
  Replace buggy for-loops to skip certain character with strspn().  If *fmt was
  '\0' (eg in the invocation 'printf %'), the for-loop would miss the terminating
  null character.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.31      +3 -3      src/usr.bin/printf/printf.c


More information about the cvs-src mailing list