Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenFix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenFix versions
Priority
Created November 18, 2020 at 12:45 PM
Updated November 20, 2020 at 3:19 PM
Resolved November 20, 2020 at 3:19 PM
Found by CodeQL:
Compound assignment statements (for example 'intvar += longvar') that implicitly cast a value of a wider type to a narrower type may result in information loss and numeric errors such as overflows.
Ensure that the type of the left-hand side of the compound assignment statement is at least as wide as the type of the right-hand side.
This affects xmppserver/src/main/java/org/jivesoftware/database/ProfiledConnection.java