Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:GA
python-dmidecode
huge-memory.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File huge-memory.diff of Package python-dmidecode
Index: python-dmidecode-3.12.2/src/dmidecode.c =================================================================== --- python-dmidecode-3.12.2/src/dmidecode.c.orig +++ python-dmidecode-3.12.2/src/dmidecode.c @@ -4533,7 +4533,7 @@ xmlNode *dmi_decode(xmlNode *prnt_n, dmi dmi_memory_device_width(sect_n, "TotalWidth", WORD(data + 0x08)); dmi_memory_device_width(sect_n, "DataWidth", WORD(data + 0x0A)); if (h->length >= 0x20 && WORD(data + 0x0C) == 0x7FFF) { - dmi_memory_device_extended_size(sect_n, WORD(data + 0x1C)); + dmi_memory_device_extended_size(sect_n, DWORD(data + 0x1C)); } else { dmi_memory_device_size(sect_n, WORD(data + 0x0C)); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor