[libFuzzer] Fix endianness issue in ForEachNonZeroByte()

The usage pattern of Bundle variable assumes the machine is little
endian, which is not the case on SystemZ. Fix by converting Bundle to
little-endian when necessary.

GitOrigin-RevId: a4e537d9c47aa378a24636e2d90d208389ad93ab
2 files changed