Bug 145124
| Summary: | [EFL] Fix false positive array-bounds warnings in MiniBrowser's main.c | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | mcatanzaro |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 145121 | ||
Csaba Osztrogonác
../../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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
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.