libosmocore/utils
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 utils: osmo-aka-verify to verify UMTS AKA (SIM side) 2021-03-20 11:00:27 +00:00
conv_codes_gsm.py conv: add convolutional coder for AMR SID UPDATE frames 2020-03-09 13:40:27 +01:00
conv_gen.py debian, utils: switch to python 3 2019-12-12 09:24:04 +00:00
gen_website_doc_tree.sh add script to generate http://www.osmocom.org/doc tree structure 2011-08-20 17:40:08 +02:00
gsmtap.py utils: add gsmtap_logread.py a gsmtap log reader 2019-06-04 08:37:06 +00:00
gsmtap_logread.py utils/gsmtap_logread.py: make it executable 2020-08-04 14:27:50 +00:00
osmo-aka-verify.c revisit some calls of strtol(), stroul(), strtoull() 2021-10-04 11:24:59 +00:00
osmo-arfcn.c utils: exit(2) on unsupported positional arguments on command line 2019-12-03 21:35:48 +01:00
osmo-auc-gen.c osmo-auc-gen: Print RFC3310 IMS HTTP-AKA style base64 nonce/res 2021-09-21 19:57:56 +00:00
osmo-config-merge.c Add multipatch capability to osmo-config-merge 2019-02-22 21:28:45 +00:00
osmo-ns-dummy-vty.c osmo-ns-dummy: Add "mirror-mode" to mirror back any received packets 2021-02-02 11:37:48 +00:00
osmo-ns-dummy.c Drop use of log_set_print_filename() API inside libosmocore 2021-02-20 17:13:58 +00:00
osmo-sim-test.c sim: When decoding SW, take application specific SW into account 2020-05-05 19:41:12 +00:00