dd error found

Dirk Clemens develop at cle-mens.de
Thu Apr 19 18:49:55 UTC 2007


Dirk Clemens wrote:
>
> dd works wrong for at least this command line:
>
> dd if=a_file ibs=64 skip=16 count=1
>
> the output of busybox dd start with byte at offset #0 from
> 'a_file', but not at 64*16 -> skip is ignored.
>

this is the error line:
		if (what == skip) { //<<<<<<<<<<<<<<<<<<<<
			skip = XATOU_SFX(arg, dd_suffixes);
			continue;

'skip' is wrong. 'OP_skip' is correct.

Dirk



More information about the busybox mailing list