Public bug reported:

Binary package hint: ghex

When in little-endian mode, bytes are displayed in false order, when
grouped to halfwords or words.

For example:

File contents:
00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f

Ghex views it as:
(in ungrouped mode)
00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f

(grouped to words - little endian)
00010203    04050607    08090a0b    0c0d0e0f  -  incorrect - ordering as in big 
endian

should be:
03020100    07060504    0b0a0908    0f0e0d0c

** Affects: ghex (Ubuntu)
     Importance: Undecided
         Status: New

-- 
incorrectly groups bytes to (half) words when in little endian mode
https://bugs.launchpad.net/bugs/379037
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to