Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 1997 07:27:40 -0400 (EDT)
From:      marc@destek.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/3982: bug in /usr/include/arpa/tftp.h
Message-ID:  <199706291127.HAA03951@public.XFree86.Org>
Resent-Message-ID: <199706291130.EAA28976@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3982
>Category:       bin
>Synopsis:       /usr/include/arpa/tftp.h has bug preventing >16M trnasfers
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 29 04:30:01 PDT 1997
>Last-Modified:
>Originator:     Marc Evans (Destek)
>Organization:
The Destek Networking Group
>Release:        FreeBSD 2.1.0-RELEASE i386
>Environment:

>Description:

	/usr/include/arpa/tftp.h has a datastructure which as coded
	prevents files greater then 16M from transferring.

>How-To-Repeat:

	tftp localhost
	get /a-very-big-file

>Fix:
	
	Change the th_block element from "short" to "u_short".

>Audit-Trail:
>Unformatted:



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