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/05 15:34:15 UTC

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

xiaoxiang781216 commented on code in PR #5955:
URL: https://github.com/apache/incubator-nuttx/pull/5955#discussion_r842936256


##########
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:
   Fix in #5986, let's close this PR. @pkarashchenko please review that patch instead.



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