Skip to content
Snippets Groups Projects
  • Malte Bauch's avatar
    a92b4001
    Add error handling for methods of DeviceModelClient · a92b4001
    Malte Bauch authored
    A response of grpc calls within methods of DeviceModelClient is nil as
    soon as an error occured within the call. In some methods values of the
    response were directly accessed and returned. This can lead to a
    segmentation fault if the response is nil.
    
    Catching errors should prevent this.
    a92b4001
    History
    Add error handling for methods of DeviceModelClient
    Malte Bauch authored
    A response of grpc calls within methods of DeviceModelClient is nil as
    soon as an error occured within the call. In some methods values of the
    response were directly accessed and returned. This can lead to a
    segmentation fault if the response is nil.
    
    Catching errors should prevent this.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.