cli_wallet crashes when doing import_key on Mac #1244
Labels
1b User Story
The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)
2e Ready for Testing
Status indicating the solution is sufficiently developed to begin testing
3d Bug
Classification indicating the existing implementation does not match the intention of the design
6 CLI
Impact flag identifying the command line interface (CLI) wallet application
Milestone
Encountered Segmentation fault when performing import_key in cli_wallet as below:
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.
The text was updated successfully, but these errors were encountered: