[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
            Priority: Minor
             Fix For: 10.8.0.0


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