Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 1998 17:01:27 -0700 (PDT)
From:      Jean-Marc Zucconi <jmz@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/ftp util.c
Message-ID:  <199807190001.RAA12874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807190001.RAA12874>