<p><a href="https://gerrit.osmocom.org/c/libosmocore/+/17852">View Change</a></p><p>2 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/17852/1/src/exec.c">File src/exec.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/libosmocore/+/17852/1/src/exec.c@217">Patch Set #1, Line 217:</a> <code style="font-family:monospace,monospace">            pw = getpwnam(user);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Use getpwnam_r() instead, so this API can be used in multithread apps (though indeed it's probably not nice mixing multi-threads with fork())</p><p style="white-space: pre-wrap; word-wrap: break-word;">BTW, this is only used in the child right? why not calling it there?</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/libosmocore/+/17852/1/src/exec.c@248">Patch Set #1, Line 248:</a> <code style="font-family:monospace,monospace">exit</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">I think documentation for this function should be updated to state that the process would terminate  […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">It probably makes sense to fprintf(stderr) something here, to get some kind of feedback if something goes wrong.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/17852">change 17852</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/+/17852"/><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: If1431f930f72a8d6c1d102426874a11b7a2debd9 </div>
<div style="display:none"> Gerrit-Change-Number: 17852 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-CC: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Fri, 17 Apr 2020 22:13:38 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>