Closed zephyrbot closed 4 years ago
Size of _sw_isr_table[]
depends on CONFIG_NUM_IRQS
which is defined in include/arch/xtensa/irq.h
. In this case, CONFIG_NUM_IRQS=149
which means _sw_isr_tables[]
has 149 entries. No idea where Coverity got number 32.
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/e089906b339aad4cd1b6589a3b6ce94782d93f54/soc/xtensa/intel_apl_adsp/soc.c#L186
Category: Memory - corruptions Function:
z_soc_irq_connect_dynamic
Component: Other CID: 208201Details:
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.