<blockquote>
<p>sha256.c: In function 'sr_SHA256_Final':<br>
sha256.c:613:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]<br>
   <em>(sha2_word64</em>)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;<br>
   ^<br>
sha256.c: In function 'SHA512_Last':<br>
sha256.c:930:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]<br>
   <em>(sha2_word64</em>)&context->buffer[SHA512_SHORT_BLOCK_LENGTH] = context->bitcount[1];<br>
   ^<br>
sha256.c:931:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]<br>
 <em>(sha2_word64</em>)&context->buffer[SHA512_SHORT_BLOCK_LENGTH+8] = context->bitcount[0];<br>
 ^</p>
</blockquote>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/626'>https://github.com/kamailio/kamailio/pull/626</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>lib/srutils: fix gcc warning GH#612</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/626/files#diff-0">lib/srutils/sha256.c</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/626.patch'>https://github.com/kamailio/kamailio/pull/626.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/626.diff'>https://github.com/kamailio/kamailio/pull/626.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/kamailio/kamailio/pull/626">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZY24PRd0p_l8qzCTQwAhFPk2CcO6ks5qCbRZgaJpZM4IgOS8.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/626"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>