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
I try to fuzz the example minimal_topic with following steps
ros2_fuzzer
root@465732971adb:/opt/ros_ws# ros2_fuzzer
? What do you want to fuzz? [['minimal_topic', {'headers_file': 'std_msgs/msg/string.hpp', 'source': 'src/publisher_subscriber_exa
i | minimal_topic: created fuzzer for the topic
i | └── src/publisher_subscriber_example/src/publisher_member_function_generated.cpp
i | Fuzzer(s) generated successfully
[!] | Please link the fuzzers to their CMakeLists.txt files,
[!] | recompile the projects with instrumentalization and start the fuzzers.
I unfortunately don't have time right now, but it requires modifiying this function [1] to account for the special case of strings, which requires an extra parameter controlling how long the generated string is. A pull request would be appreciated adding a fresh variable before with getInt8 (and modulo 100, for instance) in the special case of strings.
I try to fuzz the example minimal_topic with following steps
ros2_fuzzer
CMakeList.txt
colcon build
The text was updated successfully, but these errors were encountered: