Skip to content

Commit 4114f9f

Browse files
committed
Add fix to issue 5611
1 parent 687ace0 commit 4114f9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nav2_ros_common/include/nav2_ros_common/validate_messages.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ bool validateMsg(const std::array<double, N> & msg)
7373
// Reject extreme values (security: prevent DoS attacks)
7474
return false;
7575
}
76-
7776
}
7877

7978
return true;

0 commit comments

Comments
 (0)