RFR: 8343437: ClassDesc.of incorrectly permitting empty names
Mandy Chung
mchung at openjdk.org
Fri Nov 1 17:38:28 UTC 2024
On Fri, 1 Nov 2024 17:28:28 GMT, Chen Liang <liach at openjdk.org> wrote:
> Before 8338544, the binary/internal name validation was partial. It missed a few validations performed by `skipOverFieldSignature`: no empty strings, leading or trailing or consecutive separator chars. In 8338544, the empty string validation was incorrectly missed.
With your proposed change, all validations are done by `validateBinaryClassName`?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21830#issuecomment-2452296917
More information about the core-libs-dev
mailing list