<p>neels <strong>uploaded patch set #4</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/25347">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">revisit some calls of strtol(), stroul(), strtoull()<br><br>Replace some with atoi(), where the VTY has already validated correct<br>range of the argument.<br><br>Replace others with the new osmo_str_to_int() or osmo_str_to_int64()<br>functions, possibly covering more detection of invalid number strings.<br><br>Leave those strtol() callers that depend on endptr to provide the next<br>string token.<br><br>Related: SYS#5542<br>Change-Id: I0ebb06e751c28f7d1cdf328de29cd227a2449391<br>---<br>M src/ctrl/control_if.c<br>M src/gsm/gsm23003.c<br>M src/gsm/gsm23236.c<br>M src/vty/command.c<br>M src/vty/cpu_sched_vty.c<br>M src/vty/tdef_vty.c<br>M utils/osmo-aka-verify.c<br>7 files changed, 31 insertions(+), 73 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/47/25347/4</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/25347">change 25347</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/25347"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0ebb06e751c28f7d1cdf328de29cd227a2449391 </div>
<div style="display:none"> Gerrit-Change-Number: 25347 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>