Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 09:23:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 200500] libstand/tftp.c recvtftp() is broken for large files
Message-ID:  <bug-200500-8-9EkqCEd3MU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200500-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200500-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200500

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tsoome
Date: Wed Aug 31 09:23:10 UTC 2016
New revision: 305116
URL: https://svnweb.freebsd.org/changeset/base/305116

Log:
  recvtftp() is broken for large files, report file size

  The tftp download for large files will cause internal block id
  to wrap to 0 as the data type is unsigned short.

  Also provide file size information for stat.

  PR:           200500
  Reported by:  tsoome
  Reviewed by:  allanjude
  Approved by:  allanjude (mentor)
  Differential Revision:        https://reviews.freebsd.org/D7660

Changes:
  head/lib/libstand/tftp.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200500-8-9EkqCEd3MU>