<p><a href="https://gerrit.osmocom.org/10028">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/10028/1/ggsn/ggsn.c">File ggsn/ggsn.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/10028/1/ggsn/ggsn.c@514">Patch Set #1, Line 514:</a> <code style="font-family:monospace,monospace">  ipcp = (struct pco_ipcp_hdr *)pco_contains_proto(&pdp->pco_req, PCO_P_IPCP);</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">I realize now your question boils down to whether the pointer returned from pco_contains_proto() is  […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">The answer is "it depends" because the pointer value returned from pco_contains_proto() is calculated based on the length field of IEs inside the packet.</p><p style="white-space: pre-wrap; word-wrap: break-word;">In this function, pco->v is 2-byte aligned, and pco->v + 1 + 3 is aligned. But we cannot know whether pco->v + 1 + cur_len + 3 is aligned.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Maybe this code should be parsing the data via uint8_t* pointers only.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/10028">change 10028</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/10028"/><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: Ia75ee0f64e660f6ff6d81d808f9c460b7cac93d2 </div>
<div style="display:none"> Gerrit-Change-Number: 10028 </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 </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 19 Jul 2018 13:06:44 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>