Fixed: Garbage when copying from hex panel in some files

Bug reports concerning HxD.
Post Reply
lordcanty
Posts: 19
Joined: 23 Mar 2007 22:43

Fixed: Garbage when copying from hex panel in some files

Post by lordcanty »

Rarely for some files, when copying certain bytes extra garbage is also copied. For every 0x04 bytes the 2nd byte will copy "NNpyin", and the 3rd "NNpy", and the 2nd+3rd "NNNNin".
bug.png
bug.png (74.24 KiB) Viewed 31511 times
I'm not sure why only some files cause this but I've attached one where it happens consistently (after uncompressing but also compressed). May be related to file size? Doesn't happen when copying from the text panel though.

Tested in 2.1 but the bug also exists in previous HxD versions.
Attachments
weird.zip
(297 Bytes) Downloaded 676 times
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Garbage when copying from hex panel in some files

Post by Maël »

I can reproduce it. For it to happen byte group size needs to be 4 or larger.
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Garbage when copying from hex panel in some files

Post by Maël »

Fixed in current development version.
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Garbage when copying from hex panel in some files

Post by Maël »

Fixed in current version (2.2.0.0).
Post Reply