Fixed in git, please try it
On Wed, Jun 27, 2018 at 9:03 AM, Baruch Siach <[email protected]> wrote: > Hi Busybox List, > > Output of Busybox v1.28.1 built in Buildroot: > > dd if=/dev/zero bs=1 count=15 2>/dev/null |hexdump -C > * > > Output of bsdmainutils 11.1.2 (Debian): > > dd if=/dev/zero bs=1 count=15 2>/dev/null |hexdump -C > 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |...............| > 0000000f > > With 'count=16' both implementations produce the same output. > > I'll try to look into this later. > > baruch > > -- > http://baruch.siach.name/blog/ ~. .~ Tk Open Systems > =}------------------------------------------------ooO--U--Ooo------------{= > - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il - > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
