<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EFL] Fix false positive array-bounds warnings in MiniBrowser's main.c"
   href="https://bugs.webkit.org/show_bug.cgi?id=145124">145124</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[EFL] Fix false positive array-bounds warnings in MiniBrowser's main.c
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ossy&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>145121
          </td>
        </tr></table>
      <p>
        <div>
        <pre>../../Tools/MiniBrowser/efl/main.c:557:2092: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:561:2093: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:561:4146: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:561:4255: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:564:2092: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:564:4129: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:564:4238: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:567:2092: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:570:2092: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:580:1965: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:580:2074: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:586:1965: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:586:2074: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:589:1965: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:589:2074: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:610:1980: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:610:2089: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:614:1980: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:614:2089: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:625:1980: warning: array index 2 is past the end of the array (which contains 2 elements) [-Warray-bounds]
../../Tools/MiniBrowser/efl/main.c:625:2089: warning: array index 3 is past the end of the array (which contains 2 elements) [-Warray-bounds]

related LLVM bug report: <a href="https://llvm.org/bugs/show_bug.cgi?id=21614">https://llvm.org/bugs/show_bug.cgi?id=21614</a>

It is a bug in libc or LLVM ... maybe we need some workaround here until the proper fix.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>