No description
Find a file
mergify[bot] 9b0b151a49
Fix buffer overflow in argument parsing caused by lexer returning length beyond length of string (#979) (#981)
* Test that lexer never returns length longer than string

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>

* Fix bug where lexer returned length longer than string

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>

* Test that peeking 2 ahead never goes beyond NONE or EOF

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>

* Stop peeking if the first lexeme is NONE or EOF

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
(cherry picked from commit 392f0d3ae6a29d4b88689b954b14f19716e44233)

Co-authored-by: Shane Loretz <sloretz@openrobotics.org>
2022-05-17 08:36:43 -04:00
.github advise to ask questions on ROS answers 2018-02-26 21:56:13 -08:00
rcl Fix buffer overflow in argument parsing caused by lexer returning length beyond length of string (#979) (#981) 2022-05-17 08:36:43 -04:00
rcl_action 1.1.13 2022-02-04 08:27:54 -08:00
rcl_lifecycle 1.1.13 2022-02-04 08:27:54 -08:00
rcl_yaml_param_parser 1.1.13 2022-02-04 08:27:54 -08:00
.gitignore Initial commit 2015-02-20 16:06:40 -08:00
CONTRIBUTING.md add section about DCO to CONTRIBUTING.md 2019-03-20 08:37:06 -07:00
LICENSE align LICENSE file with template 2015-04-03 12:47:47 -07:00
README.md Included features (#644) 2020-05-08 08:48:03 +02:00

rcl

This repository contains several packages which are all related to the rcl package.