<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kcc@google.com" title="Kostya Serebryany <kcc@google.com>"> <span class="fn">Kostya Serebryany</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - -fsanitize=address doesn't obey aligned(256)"
   href="http://llvm.org/bugs/show_bug.cgi?id=16277">bug 16277</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - -fsanitize=address doesn't obey aligned(256)"
   href="http://llvm.org/bugs/show_bug.cgi?id=16277#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - -fsanitize=address doesn't obey aligned(256)"
   href="http://llvm.org/bugs/show_bug.cgi?id=16277">bug 16277</a>
              from <span class="vcard"><a class="email" href="mailto:kcc@google.com" title="Kostya Serebryany <kcc@google.com>"> <span class="fn">Kostya Serebryany</span></a>
</span></b>
        <pre>r184928 disables the instrumentation of AllocaInstr with alignment more than
the redzone size (i.e. > 32)

This is a workaround, not a full fix. 
Full fix will require to create 256-byte redzones for 256-aligned allocas,
which in turn requires more expensive redzone (un)poisoning. 
Since this is an extremely rare case, I am not planing any work on it in near
future. 

I'll close this bug now, the larger problem is tracked at 
<a href="http://code.google.com/p/address-sanitizer/issues/detail?id=8">http://code.google.com/p/address-sanitizer/issues/detail?id=8</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>