<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8105">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">backtrace: Avoid -Wlogical-not-parentheses.<br><br>clang 4.0 warned about this.<br><br>ASTERISK-27642<br><br>Change-Id: I9ec3e144d425a976c02811bd23cd0c533d2eca4e<br>---<br>M main/backtrace.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/8105/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/backtrace.c b/main/backtrace.c<br>index 1659890..263cdbd 100644<br>--- a/main/backtrace.c<br>+++ b/main/backtrace.c<br>@@ -131,7 +131,7 @@<br>                        }<br> <br>                  for (section = bfdobj->sections; section; section = section->next) {<br>-                           if (!bfd_get_section_flags(bfdobj, section) & SEC_ALLOC ||<br>+                               if ((!bfd_get_section_flags(bfdobj, section)) & SEC_ALLOC ||<br>                                      section->vma > offset ||<br>                                        section->size + section->vma < offset) {<br>                                     continue;<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8105">change 8105</a>. To unsubscribe, 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/8105"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9ec3e144d425a976c02811bd23cd0c533d2eca4e </div>
<div style="display:none"> Gerrit-Change-Number: 8105 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>