<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>145124</bug_id>
          
          <creation_ts>2015-05-18 03:17:45 -0700</creation_ts>
          <short_desc>[EFL] Fix false positive array-bounds warnings in MiniBrowser&apos;s main.c</short_desc>
          <delta_ts>2017-03-11 10:45:07 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>145121</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mcatanzaro</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1095594</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-05-18 03:17:45 -0700</bug_when>
    <thetext>../../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: https://llvm.org/bugs/show_bug.cgi?id=21614

It is a bug in libc or LLVM ... maybe we need some workaround here until the proper fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1286585</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-03-11 10:45:07 -0800</bug_when>
    <thetext>Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>