Array 'timer_global.timer_pool[32]' accessed at index 32, which is out of bounds in line 323. If the i variable in the for statement goes all the way to the end of the condition, the i variable will be 32 and out of the bounds problem will occur on the 323 line.
----------------github------------------------ /** Email created from pull request 657 (linuxias:master) ** https://github.com/Linaro/odp/pull/657 ** Patch: https://github.com/Linaro/odp/pull/657.patch ** Base sha: d7c097e4a1168efa7393f8028179a2ff2f96505d ** Merge commit sha: c930f9719e918e831bf3ef2002c2e0df8cd19483 **/ ----------------/github------------------------ ----------------checkpatch.pl------------------------ ERROR: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 0 checks, 8 lines checked to_send-p-000.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ----------------/checkpatch.pl------------------------