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
All redfish API scrape responses that result in an error should be handled properly. On some rare occasions this is not happening and it results in a nil pointer dereference.
Expected Behavior
application shouldn't try to dereference a nil pointer.
Detailed Description
All redfish API scrape responses that result in an error should be handled properly. On some rare occasions this is not happening and it results in a nil pointer dereference.
Expected Behavior
application shouldn't try to dereference a nil pointer.
Current Behavior
Steps to Reproduce
Possible Implementation
The text was updated successfully, but these errors were encountered: