[Webkit-unassigned] [Bug 145124] New: [EFL] Fix false positive array-bounds warnings in MiniBrowser's main.c

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 03:17:45 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145124

            Bug ID: 145124
           Summary: [EFL] Fix false positive array-bounds warnings in
                    MiniBrowser's main.c
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
            Blocks: 145121

../../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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150518/e04ed29b/attachment.html>


More information about the webkit-unassigned mailing list