Skip to content

Missed GO transport error handling #56

@denis-gudim

Description

@denis-gudim

There is no error handling in the Go transport, which leads to undefined behavior

https://github.com/coinbase/cb-mpc/blob/master/demos-go/cb-mpc-go/internal/cgobinding/network.cpp#L137

Need to check result

if (result != SUCCESS) {
      return error_t(result);
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions