You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/02/14 10:41:05 UTC

[jira] Resolved: (DIRMINA-349) ByteBuffer.getString() has bug,code piece: if( ( get() == 0 ) && ( get() == 0 ) ), in ByteBuffer.java line 982 and line 1105,mina1.0.0

     [ https://issues.apache.org/jira/browse/DIRMINA-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved DIRMINA-349.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2
         Assignee: Trustin Lee

It has been fixed in our source code repository.

> ByteBuffer.getString() has bug,code piece: if( ( get() == 0 ) && ( get() == 0 ) ),  in ByteBuffer.java line 982 and line 1105,mina1.0.0
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DIRMINA-349
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-349
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.1
>         Environment: win2000,jse5.5
>            Reporter: chentao
>         Assigned To: Trustin Lee
>             Fix For: 1.0.2
>
>
> ByteBuffer.getString(CharsetDecoder decoder)
> if decodeer is UTF-16 etc,code: if( ( get() == 0 ) && ( get() == 0 ) ),the second get() perhaps not execute

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.