Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Transactional-Server:ppc64le
SUSE:SLE-15-SP3:GA
ibmswtpm2
ibmswtpm2-NVDynamic-Fix-use-of-uninitialized-va...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ibmswtpm2-NVDynamic-Fix-use-of-uninitialized-value.patch of Package ibmswtpm2
diff -ur ibmswtpm2-1637.orig/src/NVDynamic.c ibmswtpm2-1637/src/NVDynamic.c --- ibmswtpm2-1637.orig/src/NVDynamic.c 2020-03-26 23:15:48.000000000 +0100 +++ ibmswtpm2-1637/src/NVDynamic.c 2020-08-20 16:37:09.481920068 +0200 @@ -122,7 +122,7 @@ if(HandleGetType(nvHandle) == type) break; } - if(handle != NULL) + if(addr && (handle != NULL)) *handle = nvHandle; return addr; } Only in ibmswtpm2-1637/src: NVDynamic.c~
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