cvs commit: src/usr.bin/fetch fetch.c
    Dag-Erling Smorgrav 
    des at FreeBSD.org
       
    Sun Aug 15 15:22:36 PDT 2004
    
    
  
des         2004-08-15 22:22:36 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/fetch        fetch.c 
  Log:
  Fix a couple of edge cases in which sb.st_size may be incorrect or
  meaningless.  In particular, don't assume that it is left untouched if
  stat(2) fails; that assumption happens to fail at high optimization
  levels on some platforms.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.72      +16 -5     src/usr.bin/fetch/fetch.c
    
    
More information about the cvs-all
mailing list