You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coverity report issues: unchecked return value (CHECKER_RETURN)
Issues file: /build/rslidar_msg/rosidl_typesupport_introspection_c/rslidar_msg/msg/detail/rslidar_packet__type_support.c
void RslidarScan__rosidl_typesupport_introspection_c__RslidarScan_init_function(
void * message_memory, enum rosidl_runtime_c__message_initialization _init)
{
// TODO(karsten1987): initializers are not yet implemented for typesupport c
// see https://github.com/ros2/ros2/issues/397
(void) _init;
CID xxx (#3 of 3): Unchecked return value (CHECKED_RETURN)
1. check_return: Calling rslidar_msg__msg__RslidarScan__init without checking return value (as is done elsewhere 3 out of 4 times).
rslidar_msg__msg__RslidarScan__init(message_memory);
}
Bug report
Required Info:
Steps to reproduce issue
Actual behavior
Coverity report issues: unchecked return value (CHECKER_RETURN)
Issues file: /build/rslidar_msg/rosidl_typesupport_introspection_c/rslidar_msg/msg/detail/rslidar_packet__type_support.c
Additional information
Source code analyzed:
repo : https://github.com/RoboSense-LiDAR/rslidar_msg
commit : 1a416d44c0132230adc781e8768954865f3b8c49
The text was updated successfully, but these errors were encountered: