slam_toolbox icon indicating copy to clipboard operation
slam_toolbox copied to clipboard

replace "rclcpp::ok()" by atomic-flag to avoid UAF bug

Open GoesM opened this issue 1 year ago • 0 comments


Basic Info

Info Please fill out this column
Ticket(s) this addresses #691
Primary OS tested on Ubuntu22.04
Robotic platform tested on gazebo simulation of Tally

Description of contribution in a few bullet points

  • add an atomic-flag for threads

Description of documentation updates required from your changes

  • avoid UAF bug caused by rclcpp::ok() 's wrong work

Future work that may be required in bullet points

GoesM avatar Apr 27 '24 13:04 GoesM