Files
codeql/java/change-notes/2021-11-25-surrogate-char-literals.md

290 B

lgtm,codescanning

  • CharacterLiteral's getCodePointValue predicate now returns the correct value for UTF-16 surrogates.
  • The RangeAnalysis module and the java/constant-comparison queries no longer raise false alerts regarding comparisons with Unicode surrogate character literals.