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/09/09 15:40:52 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7062: sched: fix kasan report error when open CONFIG_DEBUG_MM

pkarashchenko commented on code in PR #7062:
URL: https://github.com/apache/incubator-nuttx/pull/7062#discussion_r967217019


##########
sched/irq/irq_dispatch.c:
##########
@@ -124,6 +124,9 @@
 
 void irq_dispatch(int irq, FAR void *context)
 {
+#ifdef CONFIG_DEBUG_MM
+  struct tcb_s *rtcb = this_task();

Review Comment:
   ```suggestion
     FAR struct tcb_s *rtcb = this_task();
   ```



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