rmw_cyclonedds/rmw_cyclonedds_cpp
Dan Rose 3ea93f27aa
Prevent undefined behavior when serializing empty vector (#122)
Since m_get_const_function calls `std::vector<T>::operator[]`, accessing the zeroth element causes undefined behavior. Instead, return a null pointer to make the function behave sanely when vector is empty.
Fix #120
2020-03-20 14:31:03 -05:00
..
include/rmw_cyclonedds_cpp code style only: wrap after open parenthesis if not in one line (#95) 2020-02-04 11:41:49 -08:00
src Prevent undefined behavior when serializing empty vector (#122) 2020-03-20 14:31:03 -05:00
CHANGELOG.rst Updated version to match cyclonedds package 2020-03-12 14:33:00 +01:00
CMakeLists.txt Implementation for rmw_get_pub/sub_info_by_topic (#97) 2020-02-10 14:59:04 -03:00
package.xml Updated version to match cyclonedds package 2020-03-12 14:33:00 +01:00