Skip to content

cli_wallet crashes when doing import_key on Mac #1244

@ghost

Description

Encountered Segmentation fault when performing import_key in cli_wallet as below:
screen shot 2018-08-10 at 8 36 37 am

The root cause is due to C++ compiler "intelligently" removed the null pointer check inside boost library, when calling the boost::filesystem::copy function without passing a placeholder of error_code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    1b User StoryThe User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)2e Ready for TestingStatus indicating the solution is sufficiently developed to begin testing3d BugClassification indicating the existing implementation does not match the intention of the design6 CLIImpact flag identifying the command line interface (CLI) wallet application

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions