<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22951">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">logging: gsmtap: Fix fill PID field not stored in network byte order<br><br>Recent commit filling this field forgot to convert it to network byte<br>order.<br><br>Related: OS#5027<br>Fixes: bb149ecda21a4f9b102245ffc6a2870592d32c0b<br>Change-Id: I50857f35cb28138fa6f28100afeaa00f492f303a<br>---<br>M src/logging_gsmtap.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/51/22951/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/logging_gsmtap.c b/src/logging_gsmtap.c</span><br><span>index 8947c5d..0524602 100644</span><br><span>--- a/src/logging_gsmtap.c</span><br><span>+++ b/src/logging_gsmtap.c</span><br><span>@@ -157,7 +157,7 @@</span><br><span>      target->raw_output = _gsmtap_raw_output;</span><br><span> </span><br><span>      if (!logging_gsmtap_pid)</span><br><span style="color: hsl(0, 100%, 40%);">-                logging_gsmtap_pid = (uint32_t)getpid();</span><br><span style="color: hsl(120, 100%, 40%);">+              osmo_store32be((uint32_t)getpid(), &logging_gsmtap_pid);</span><br><span> </span><br><span>     return target;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22951">change 22951</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/+/22951"/><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: I50857f35cb28138fa6f28100afeaa00f492f303a </div>
<div style="display:none"> Gerrit-Change-Number: 22951 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>