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

    next-releaseWe will fix this in the next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions