<p style="white-space: pre-wrap; word-wrap: break-word;">BTW, are you sure only first byte is initialized and not the whole array? Did you check it by testing or using gdb?</p><p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p><a href="https://gerrit.osmocom.org/11838">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/11838/1/src/gprs/sgsn_vty.c">File src/gprs/sgsn_vty.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/11838/1/src/gprs/sgsn_vty.c@637">Patch Set #1, Line 637:</a> <code style="font-family:monospace,monospace">  char imsi_sanitized[GSM23003_IMSI_MAX_DIGITS + 1] = { [0 ... GSM23003_IMSI_MAX_DIGITS] = '0' };</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">I bet this is close to zero portable. Can we find some other way of initializing it, like memset() ?<br>char imsi_sanitized[GSM23003_IMSI_MAX_DIGITS + 1];<br>memset(imti_sanitized, '0', GSM23003_IMSI_MAX_DIGITS);</p><p style="white-space: pre-wrap; word-wrap: break-word;">"This is a GNU extension of C99 Designated Initializers. In older GCC, you may need to use -std=gnu99 to compile your code."</p><p style="white-space: pre-wrap; word-wrap: break-word;">https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html</p><p style="white-space: pre-wrap; word-wrap: break-word;">"To initialize a range of elements to the same value, write ‘[first ... last] = value’. This is a GNU extension."</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/11838">change 11838</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/11838"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I26e4aa44f159d1b5b91dda4a586fd4e809711245 </div>
<div style="display:none"> Gerrit-Change-Number: 11838 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 20 Nov 2018 09:59:10 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: Yes </div>