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

Diomidis Spinellis dds at FreeBSD.org
Sun Dec 3 09:05:54 PST 2006


dds         2006-12-03 17:05:04 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/jot          jot.c 
  Log:
  Correct handling of format strings with escaped % specifications.
  
  Note: It would be nice to be able to implement getformat() using
  fmtcheck(3), but fmtcheck does not distinguish between signed and
  unsigned types, a facility jot needs to perform range checks on its
  output.
  
  Submitted by:   Per Kristian Hove
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.35      +5 -2      src/usr.bin/jot/jot.c


More information about the cvs-src mailing list