Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
python-dmidecode.25117
huge-memory.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File huge-memory.patch of Package python-dmidecode.25117
--- src/dmidecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/dmidecode.c +++ b/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