xiaoxiang781216 commented on code in PR #15562: URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916225586
########## sched/irq/irq_initialize.c: ########## @@ -59,6 +60,14 @@ struct irq_info_s g_irqvector[NR_IRQS]; * Public Functions ****************************************************************************/ +#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS Review Comment: could we move to sched/misc ########## arch/Kconfig: ########## @@ -538,6 +538,14 @@ config ARCH_PERF_EVENTS Enable hardware performance counter support for perf events. If disabled, perf events will use software events only. +config ARCH_PROTECT_ZERO_ADDRESS + bool "Protect address zero" + depends on ARCH_HAVE_DEBUG Review Comment: move to nuttx/Kconfig or sched/Kconfig? -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org