diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-06-22 10:18:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-06-22 10:18:30 +0000 |
commit | 4872ed9737c1349aec2f41b1b8a905a9158da5c1 (patch) | |
tree | 94b214366ce9fe141a9c2489f84ca91f9bbfcafa /testsuite/tar/tar-handles-multiple-X-options | |
parent | 7f94a5caa251d3d539bbcf75eb97f11824c577ee (diff) | |
download | busybox-4872ed9737c1349aec2f41b1b8a905a9158da5c1.tar.gz |
Robin Farine writes:
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
Diffstat (limited to 'testsuite/tar/tar-handles-multiple-X-options')
0 files changed, 0 insertions, 0 deletions