-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check rcl_node_options_copy invalid out (#671)
* Add bug fix for rcl_node_options_copy If copy source has options->arguments.impl==NULL this will cause problem when calling fini on options dst * Add test case for bug fix * Return error when passing not init object * Remove unexpected usage test * Init options with non empty arguments Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
- Loading branch information
1 parent
d663b4b
commit 0e12a0a
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters