cvs commit: src/lib/libc/stdio vfwprintf.c
    Colin Percival 
    cperciva at FreeBSD.org
       
    Mon Aug  4 06:56:02 UTC 2008
    
    
  
cperciva    2008-08-04 06:55:42 UTC
  FreeBSD src repository
  Modified files:
    lib/libc/stdio       vfwprintf.c 
  Log:
  SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva
  
  Initialize "nconv" to a reasonable value in all code paths.  Prior to
  this commit, sprintf("%s", "") could fail depending on what happened
  to be on the stack.
  
  Found by:       LLVM/Clang Static Checker
  
  Revision  Changes    Path
  1.33      +3 -1      src/lib/libc/stdio/vfwprintf.c
    
    
More information about the cvs-all
mailing list