Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nima
/
python-dmidecode
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
42
Code
Issues
9
Pull requests
10
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Smbios 3.3.0
- #44
#44
Closed
lian-bo
wants to merge 27 commits into
master
nima/python-dmidecode:master
from
smbios-3.3.0
nima/python-dmidecode:smbios-3.3.0
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Smbios 3.3.0
#44
lian-bo
wants to merge 27 commits into
master
nima/python-dmidecode:master
from
smbios-3.3.0
nima/python-dmidecode:smbios-3.3.0
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2022
Fix reading info permission deny bugs.
Show description for aef6454
HuO50
authored and
lian-bo
committed
aef6454
View commit details
Copy full SHA for aef6454
Browse repository at this point
Fix bugs: 1. Fix smbios3_decode decoding sysfs table dump error. 2. Fix check smbios version error warning message.
HuO50
committed
a37fc12
View commit details
Copy full SHA for a37fc12
Browse repository at this point
Commits on Sep 5, 2022
Fix the failure of opening "/dev/mem": Permission denied
Show description for c97d1ca
HuO50
authored and
lian-bo
committed
c97d1ca
View commit details
Copy full SHA for c97d1ca
Browse repository at this point
Fix for printing an empty dictionary
Show description for fbaab92
HuO50
authored and
lian-bo
committed
fbaab92
View commit details
Copy full SHA for fbaab92
Browse repository at this point
Commits on Sep 19, 2022
Update python-dmidecode to smbios 3.3.0
Show description for 2ff3641
HuO50
committed
2ff3641
View commit details
Copy full SHA for 2ff3641
Browse repository at this point
Merge branch 'smbios-3.3.0' into smbios-3.3.0
HuO50
authored
6888276
View commit details
Copy full SHA for 6888276
Browse repository at this point
Merge pull request #42 from HuO50/smbios-3.3.0
Show description for 9416b89
lian-bo
authored
9416b89
View commit details
Copy full SHA for 9416b89
Browse repository at this point
Commits on Oct 22, 2022
fix warning argument 1 null where non-null expected
Show description for 2f4d895
HuO50
committed
2f4d895
View commit details
Copy full SHA for 2f4d895
Browse repository at this point
fix warning: ignoring return value of 'legacy_decode'
Show description for 5c2d56c
HuO50
committed
5c2d56c
View commit details
Copy full SHA for 5c2d56c
Browse repository at this point
fix warning: comparison of integer expressions of different signedness
Show description for 163fe6e
HuO50
committed
163fe6e
View commit details
Copy full SHA for 163fe6e
Browse repository at this point
fix warning: suggest parentheses around '&&' within '||'
Show description for 4b3d528
HuO50
committed
4b3d528
View commit details
Copy full SHA for 4b3d528
Browse repository at this point
fix warning: variable 'eptype' set but not used
Show description for b9d8101
HuO50
committed
b9d8101
View commit details
Copy full SHA for b9d8101
Browse repository at this point
fix warning: unused variable 'ver'
Show description for 168cc81
HuO50
committed
168cc81
View commit details
Copy full SHA for 168cc81
Browse repository at this point
fix warning: passing argument 3 of 'dmi_slot_peers' from incompatible pointer type
Show description for 369c9be
HuO50
committed
369c9be
View commit details
Copy full SHA for 369c9be
Browse repository at this point
src/dmidecode.c: In function 'dmi_tpm_characteristics': src/dmidecode.c:4788:24: warning: 'return' with a value, in function returning void [-Wreturn-type] 4788 | return data_n; | ^~~~~~
HuO50
committed
e438d91
View commit details
Copy full SHA for e438d91
Browse repository at this point
fix warning: suggest parentheses around assignment used as truth value
Show description for 2e29bf2
HuO50
committed
2e29bf2
View commit details
Copy full SHA for 2e29bf2
Browse repository at this point
fix warning: suggest parentheses around assignment used as truth value
Show description for ddc6e0d
HuO50
committed
ddc6e0d
View commit details
Copy full SHA for ddc6e0d
Browse repository at this point
fix warning: unused variable 'addrstr'
Show description for 4c547ef
HuO50
committed
4c547ef
View commit details
Copy full SHA for 4c547ef
Browse repository at this point
fix warning: unused variable 'attr'
Show description for 6e24d9b
HuO50
committed
6e24d9b
View commit details
Copy full SHA for 6e24d9b
Browse repository at this point
fix warning: passing argument 2 of 'dmi_tpm_vendor_id' makes pointer from integer without a cast
Show description for d52d234
HuO50
committed
d52d234
View commit details
Copy full SHA for d52d234
Browse repository at this point
fix warning: variable 'str_n' set but not used
Show description for a8755ea
HuO50
committed
a8755ea
View commit details
Copy full SHA for a8755ea
Browse repository at this point
fix warning: this 'if' clause does not guard
Show description for b76eadf
HuO50
committed
b76eadf
View commit details
Copy full SHA for b76eadf
Browse repository at this point
Merge pull request #1 from nima/smbios-3.3.0
Show description for e7ed843
HuO50
authored
e7ed843
View commit details
Copy full SHA for e7ed843
Browse repository at this point
Commits on Oct 24, 2022
Merge pull request #43 from HuO50/smbios-3.3.0
Show description for 1221d49
lian-bo
authored
1221d49
View commit details
Copy full SHA for 1221d49
Browse repository at this point
fix function dmi_slot_segment_bus_func null point error in system slot
Show description for d682a12
HuO50
committed
d682a12
View commit details
Copy full SHA for d682a12
Browse repository at this point
Merge branch 'nima:smbios-3.3.0' into smbios-3.3.0
HuO50
authored
384ae88
View commit details
Copy full SHA for 384ae88
Browse repository at this point
Commits on Oct 26, 2022
Merge pull request #45 from HuO50/smbios-3.3.0
Show description for 86bc6f8
lian-bo
authored
86bc6f8
View commit details
Copy full SHA for 86bc6f8
Browse repository at this point
You can’t perform that action at this time.