[jdk11u-dev] RFR: 8299677: Formatter.format might take a long time to format an integer or floating-point [v4]
Paul Hohensee
phh at openjdk.org
Thu May 25 18:40:09 UTC 2023
On Thu, 27 Apr 2023 17:13:53 GMT, Paul Hohensee <phh at openjdk.org> wrote:
>> Simple almost clean backport of a potential DOS attack vector fix. Backport from JDK 17 (see https://github.com/openjdk/jdk17u-dev/pull/1077) is clean. 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 two additional commits since the last revision:
>
> - Merge master
> - Merge master
keep open
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1667#issuecomment-1563340336
More information about the jdk-updates-dev
mailing list