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

Dave Brosius closed DERBY-5036.
-------------------------------

    Bug behavior facts: [Deviation from standard]

> [patch] fix impossible comparison due to sign extension
> -------------------------------------------------------
>
>                 Key: DERBY-5036
>                 URL: https://issues.apache.org/jira/browse/DERBY-5036
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.7.1.1
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Minor
>             Fix For: 10.8.0.0
>
>         Attachments: bad_byte_compare.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> code does 
>       byte b = reader.readByte();
>       if (b == 0xF1)
>               database.sendTRGDFTRT = true;
> due to sign extension, this test will never be true.
> fixed

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to