Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
File not found: 0085-Assemble-Remove-obsolete-test-for-kernels-older-than.patch
openSUSE:Leap:15.2:Rings:1-MinimalX
biosdevname
dmidecode-prevent-infinite-recursion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dmidecode-prevent-infinite-recursion.patch of Package biosdevname
Index: biosdevname-0.7.3/src/dmidecode/dmidecode.c =================================================================== --- biosdevname-0.7.3.orig/src/dmidecode/dmidecode.c +++ biosdevname-0.7.3/src/dmidecode/dmidecode.c @@ -153,7 +153,7 @@ void smbios_setslot(const struct libbios } /* Found a PDEV, now is it a bridge? */ - if (pdev->sbus != -1) { + if (pdev->sbus != -1 && pdev->sbus > bus) { smbios_setslot(state, domain, pdev->sbus, -1, -1, type, slot, index, label); } }
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