Emmanuel Lecharny created DIRMINA-1022:
------------------------------------------
Summary: The IoBuffer.fill(byte, int) method does not work when
byte > 0x7F
Key: DIRMINA-1022
URL: https://issues.apache.org/jira/browse/DIRMINA-1022
Project: MINA
Issue Type: Bug
Affects Versions: 2.0.10
Reporter: Emmanuel Lecharny
Fix For: 2.0.11
We aren't correctly handle the sign when the byte is above 0x7F. Filling a
buffer with 0x80 will result in a buffer containing
"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80FFFFFFFF..."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)