dd error found

Bernhard Fischer rep.dot.nop at gmail.com
Thu Apr 19 21:54:28 UTC 2007


On Thu, Apr 19, 2007 at 08:49:55PM +0200, Dirk Clemens wrote:
>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.

Thanks for spotting this. Fixed on trunk now



More information about the busybox mailing list