rcl/rcl_lifecycle/src
Ethan Gao 261a46772f segmentation fault for NULL dereference (#202)
* Invalid memory access for NULL dereference

rcl_lifecycle_get_state may return NULL

transition->goal is checked for NULL but no return
while it's true and this may result the follow-up
NULL dereference

Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>

* Avoid crash while NULL returned from rcl_service_get_options()

Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>

* tweak error string and null check for current_state

Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>
2017-12-13 08:31:18 -08:00
..
com_interface.c Add debug logging (#187) 2017-11-21 17:23:50 -08:00
com_interface.h remove fprintf, use logging macros (#152) 2017-07-27 07:55:26 -07:00
default_state_machine.c remove const qualifier for transition states (#197) 2017-12-05 20:22:19 -08:00
default_state_machine.h remove fprintf, use logging macros (#152) 2017-07-27 07:55:26 -07:00
rcl_lifecycle.c segmentation fault for NULL dereference (#202) 2017-12-13 08:31:18 -08:00
states.h remove const qualifier for transition states (#197) 2017-12-05 20:22:19 -08:00
transition_map.c Str mem leak rebased (#185) 2017-11-16 23:25:02 -08:00