On Wed, Apr 23, 2025 at 11:47 PM Radoslav Kolev <[email protected]> wrote: > I have noticed an issue in hexdump on a big endian system (S390), > which is not considered safe for unaligned access by busybox and > memcpy is used as fallback instead of pointer casts (although s390 > seems to be, at least according to: > https://github.com/git/git/commit/ee7dc310af660f423732369e955651ef2f05011d) > > Also, a number of tests for od/hexdump didn't properly account for big endian > systems, so I've added variations for those tests, as well as test for the > issue I found (which was not covered by the current tests). > > Radoslav Kolev (3): > hexdump: fix regression for uint16 on big endian systems > od: make -B test little endian only, add variant for big endian > hexdump: add tests for %x, handle little/big endian properly
Applied, thanks! _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox
