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

Paul Hohensee phh at openjdk.org
Wed May 24 22:10:05 UTC 2023


On Wed, 26 Apr 2023 21:58:24 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.
>
> Paul Hohensee has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Merge master

keep open.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1077#issuecomment-1561987750


More information about the jdk-updates-dev mailing list