[Bug 200500] libstand/tftp.c recvtftp() is broken for large files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 31 09:23:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200500

--- Comment #1 from commit-hook at 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

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


More information about the freebsd-bugs mailing list