mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
4872ed9737
Hi, Package: BusyBox Version: 1.0.0-pre10 When an incomplete read or write from/to a local file occurs (i.e. not an EOF condition), the tftp client prematurely exits. This problem can be reproduced by slowly piping data to the tftp client like this: (for v in 1 2 3; do echo $v; sleep 1; done) | \ tftp -p -l - -r output.txt <host> The output file on the TFTP server will contain "1". The attached patch provides a possible solution to this problem. I can reproduce this on ARM sa1110 and ARM xscale boards, both running Linux-2.6.4 & glibc-2.3.2. Thanks for the wonderful program! Robin |
||
---|---|---|
.. | ||
libiproute | ||
udhcp | ||
arping.c | ||
Config.in | ||
ftpgetput.c | ||
hostname.c | ||
httpd.c | ||
ifconfig.c | ||
ifupdown.c | ||
inetd.c | ||
ip.c | ||
ipaddr.c | ||
ipcalc.c | ||
iplink.c | ||
iproute.c | ||
iptunnel.c | ||
Makefile | ||
Makefile.in | ||
nameif.c | ||
nc.c | ||
netstat.c | ||
nslookup.c | ||
ping6.c | ||
ping.c | ||
route.c | ||
telnet.c | ||
telnetd.c | ||
tftp.c | ||
traceroute.c | ||
vconfig.c | ||
wget.c |