FreeRTOS-Kernel/portable/GCC/ARM_STAR_MC3/secure
Patrick Zhang 7c0c890c64
Add stack size validation in SecureContext_AllocateContext (#1402)
Validate that ulSecureStackSize + securecontextSTACK_SEAL_SIZE does not
overflow before calling pvPortMalloc in the ARMv8-M secure context ports.

Reported by Jordan Mecom (Block, Inc.)
2026-04-16 14:18:23 -07:00
..
secure_context.c Add stack size validation in SecureContext_AllocateContext (#1402) 2026-04-16 14:18:23 -07:00
secure_context.h Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00
secure_context_port.c Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00
secure_heap.c Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00
secure_heap.h Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00
secure_init.c Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00
secure_init.h Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00
secure_port_macros.h Add Arm China STAR-MC3 port support (#1363) 2026-02-20 10:33:34 -08:00