Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProGuard sometimes generates invalid signatures #449

Open
satsen opened this issue Nov 8, 2024 · 0 comments
Open

ProGuard sometimes generates invalid signatures #449

satsen opened this issue Nov 8, 2024 · 0 comments

Comments

@satsen
Copy link

satsen commented Nov 8, 2024

https://bugs.openjdk.org/browse/JDK-8341608

Chen Liang
A bug in the preexisting com.sun.tools.classfile library used by jdeps 22 permitted parsing of the broken signature Lscala/collection/immutable/TreeMap$TreeMapBuilder<TA;TB;>.;, while the ClassFile API correctly identifies that the consecutive period and semicolon is an invalid pattern. This is a bug in the proguard optimizer, which produces invalid signatures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant