[jdk17u-dev] Withdrawn: 8299677: Formatter.format might take a long time to format an integer or floating-point

duke duke at openjdk.org
Fri Apr 21 22:58:55 UTC 2023


On Tue, 17 Jan 2023 17:11:04 GMT, Paul Hohensee <phh at openjdk.org> wrote:

> Simple almost clean backport of a potential DOS attack vector fix. Copyright date conflict plus changed
> 
> Flags.contains(f, Flags.ZERO_PAD)
> 
> to
> 
> f.contains(Flags.ZERO_PAD)
> 
> Passes new and old Formatter tests.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1077


More information about the jdk-updates-dev mailing list