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

Improve VarFileInfo parsing support #29

Merged
merged 2 commits into from
May 8, 2023
Merged

Conversation

swismer
Copy link
Collaborator

@swismer swismer commented May 8, 2023

It seems that until now, the VarFileInfo has not been parsed most of the time "thanks" to the break statement in ResourceParser#readVersionInfo: Once the StringFileInfo structure is read, the rest is just skipped. That would also explain why nobody noticed that VarFileInfo did not match the official spec

@swismer
Copy link
Collaborator Author

swismer commented May 8, 2023

FYI: The first build failed due to some strange NoClassDefFoundError in the maven-enforcer-plugin, so I updated to the latest version of the plugin.

@kichik kichik merged commit 90f3a2c into kichik:master May 8, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants