<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><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Use getpwnam_r() instead, so this API can be used in multithread apps (though indeed it's probably n […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I wanted to detect situations where the username is invalid/unknown in the parent so it can be reported before even forking.  Will change to getpwnam_r()</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;">It probably makes sense to fprintf(stderr) something here, to get some kind of feedback if something […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">@fixeria: it's not the parent process but only the child that terminates [before it ever execs the requested program].  You cannot return anything to the parent at this point anymore.</p><p style="white-space: pre-wrap; word-wrap: break-word;">@pespin: ACK</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-Reviewer: laforge <laforge@osmocom.org> </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: Sat, 18 Apr 2020 13:00:35 +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: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Comment-In-Reply-To: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>