<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.asterisk.org/10457">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.asterisk.org/#/c/10457/1/main/astobj2.c">File main/astobj2.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.asterisk.org/#/c/10457/1/main/astobj2.c@67">Patch Set #1, Line 67:</a> <code style="font-family:monospace,monospace">      uint32_t lockused:1;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Good thing all the other bits are constant and this bit is only set.  Otherwise we would have reentrancy issues because changing this bit is not protected.</p><p style="white-space: pre-wrap; word-wrap: break-word;">This bit now precludes any other bits from being stolen from the magic number unless they are also constant after object creation.  Basically only the options field can get larger.</p><p style="white-space: pre-wrap; word-wrap: break-word;">I think a comment describing the above and indicating the bits involved for the uint32_t is in order.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/10457">change 10457</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.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.asterisk.org/10457"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I84e9d679cc86d772cc97c888d9d856a17e0d3a4a </div>
<div style="display:none"> Gerrit-Change-Number: 10457 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Fri, 12 Oct 2018 23:59:56 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: Yes </div>