On Tue, Nov 22, 2011 at 9:29 PM, Dan Fandrich <[email protected]> wrote: > On Fri, Nov 04, 2011 at 01:58:42PM -0700, Daniel Fandrich wrote: >> Rather than dropping the bad block, rx was appending it >> to the file. >> >> Signed-off-by: Daniel Fandrich <[email protected]> >> --- >> miscutils/rx.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/miscutils/rx.c b/miscutils/rx.c >> index c48a61f..af59732 100644 >> --- a/miscutils/rx.c >> +++ b/miscutils/rx.c >> @@ -207,6 +207,7 @@ static int receive(/*int read_fd, */int file_fd) >> continue; >> error: >> timeout: >> + blockLength = 0; >> errors++; >> if (errors == MAXERRORS) { >> /* Abort */ > > This patch was never applied. It looks like a duplicate of the one that was > commited the day before, but it's a related but new issue that I didn't > notice before.
Applied, thanks! -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
