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

Fix SMBIOS version validation #17

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Fix SMBIOS version validation #17

merged 2 commits into from
Dec 12, 2024

Conversation

brunexgeek
Copy link
Owner

@brunexgeek brunexgeek commented Dec 12, 2024

Fix bug in SMBIOS version validation as described in issue #16. I've updated the code to no longer use the VALID_VERSION macro for validation of the SMBIOS data version, which was how we did in previous C++ implementation. This change is necessary as the SMBIOS might be in a version not supported yet by the library.

@brunexgeek brunexgeek merged commit 163b9ca into master Dec 12, 2024
1 check 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.

1 participant