RTEMS | Fix potential crash issue which caused by interrupt handle logic (!473)
Lucian Silistru (@lsilistr)
gitlab at rtems.org
Sat May 10 16:04:58 UTC 2025
Lucian Silistru commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/473#note_122509
Just a heads up, CONFIGURE_RECORD_INTERRUPTS_ENABLED is a confdef toggle so would not be known/visible in the bsp build.
bsp_interrupt_get_dispatch_table_slot in irq-record.c would then never be compiled into the bsp.
In that case CONFIGURE_RECORD_INTERRUPTS_ENABLED would run the sysinit setup of the initial bsp_interrupt_dispatch_table with the _Record_Interrupt_handler. That would get replaced by any installed handlers instead of them being placed in the _Record_Interrupt_dispatch_table.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/473#note_122509
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250510/79f85c08/attachment.htm>
More information about the bugs
mailing list