libosmocore/src/ctrl
Neels Hofmeyr 34907fe6e1 revisit some calls of strtol(), stroul(), strtoull()
Replace some with atoi(), where the VTY has already validated correct
range of the argument.

Replace others with the new osmo_str_to_int() or osmo_str_to_int64()
functions, possibly covering more detection of invalid number strings.

Leave those strtol() callers that depend on endptr to provide the next
string token.

Related: SYS#5542
Change-Id: I0ebb06e751c28f7d1cdf328de29cd227a2449391
2021-10-04 11:24:59 +00:00
..
Makefile.am Bump version: 1.4.0.535-e387-dirty → 1.5.0 2021-02-23 14:03:31 +01:00
control_cmd.c control_cmd: fix typo 2021-06-16 20:31:58 +00:00
control_if.c revisit some calls of strtol(), stroul(), strtoull() 2021-10-04 11:24:59 +00:00
control_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-06 00:22:22 +07:00
fsm_ctrl_commands.c ctrl/vty: fsm: use correct element when iterating over fsm->proc.children 2018-07-29 14:35:00 +00:00
libosmoctrl.map ctrl: Introduce ctrl_cmd_parse3 API 2018-07-16 17:56:25 +00:00