dell / libsmbios

library for interacting with Dell SMBIOS tables
Other
192 stars 39 forks source link

Fixing the premature exit #56

Closed rakovskij-stanislav closed 5 years ago

rakovskij-stanislav commented 6 years ago

Dell Latitude E6430, Bios A22. There was a problem with some tokens: https://github.com/dell/libsmbios/issues/55 This commit fixes premature exit, allowing to show full list of tokens, even if we have no permissions to read and edit some of them.

marmistrz commented 5 years ago

Could this be merged? I encountered the same problem when working on my PR.

superm1 commented 5 years ago

I wasn't really a fan of Kitten Exception in the PR. Can you please either resubmit it or feel free to submit your own.