Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/usr.bin/ftp util.c



jmz         1998/07/18 17:01:27 PDT

  Modified files:
    usr.bin/ftp          util.c 
  Log:
  'remaining' must be declared off_t instead of int to avoid FPE when the size of
  the file to transfer is very large (577985293894855484 bytes in the case I
  encountered, but this was a buggy ftp server :-))
  
  Revision  Changes    Path
  1.6       +5 -4      src/usr.bin/ftp/util.c