<p><a href="https://gerrit.osmocom.org/11871">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/11871/1/lib/tun.c">File lib/tun.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/11871/1/lib/tun.c@332">Patch Set #1, Line 332:</a> <code style="font-family:monospace,monospace">        strncpy(snet, inet_ntoa(tun->addr.v4), sizeof(snet));</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Ah it's copying whatever inet_ntoa returns. So that's a string.</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Looks ugly but is legal. inet_ntoa returns a pointer to a static memory area so we can assume it won't fail.<br>strncpy will only copy up to the NUL terminator and zero-fill the rest of snet.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/11871">change 11871</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/11871"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ggsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Idd2431ad25d7fa182e52e2bd5231ceb04d427c34 </div>
<div style="display:none"> Gerrit-Change-Number: 11871 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 22 Nov 2018 12:12:23 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>