> Fixes https://bugs.openjdk.org/browse/JDK-8330462.
> 
> If the parameter `maxLength` is larger than `Integer.MAX_VALUE - start`, then 
> an addition of `start` to it leads to a negative value. This is "fixed" by 
> using `Math.max` comparing the `maxLength` and `maxLength + start`.

Oliver Kopp has updated the pull request incrementally with one additional 
commit since the last revision:

  Add test for getValidStringIndex

-------------

Changes:
  - all: https://git.openjdk.org/jfx/pull/1442/files
  - new: https://git.openjdk.org/jfx/pull/1442/files/561b4ae3..76e80aae

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1442&range=06
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1442&range=05-06

  Stats: 81 lines in 3 files changed: 79 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jfx/pull/1442.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1442/head:pull/1442

PR: https://git.openjdk.org/jfx/pull/1442

Reply via email to