You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/01 16:10:32 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5955: irq_dispatch: fix array overrun in coverity check

pkarashchenko commented on a change in pull request #5955:
URL: https://github.com/apache/incubator-nuttx/pull/5955#discussion_r840732341



##########
File path: sched/irq/irq_dispatch.c
##########
@@ -176,7 +176,13 @@ void irq_dispatch(int irq, FAR void *context)
 
   /* Then dispatch to the interrupt handler */
 
-  CALL_VECTOR(ndx, vector, irq, context, arg);

Review comment:
       Can this check be built into CALL_VECTOR macro?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org