You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/include
Gaurav Aggarwal 331362d45a Restrict unpriv task to invoke code with privilege
It was possible for an unprivileged task to invoke any function with
privilege by passing it as a parameter to MPU_xTaskCreate,
MPU_xTaskCreateStatic, MPU_xTimerCreate, MPU_xTimerCreateStatic, or
MPU_xTimerPendFunctionCall.

This commit ensures that MPU_xTaskCreate and MPU_xTaskCreateStatic can
only create unprivileged tasks. It also removes the following APIs:
1. MPU_xTimerCreate
2. MPU_xTimerCreateStatic
3. MPU_xTimerPendFunctionCall

We thank Huazhong University of Science and Technology for reporting
this issue.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2 years ago
..
FreeRTOS.h Add support for MISRA rule 20.7 (#546) 3 years ago
StackMacros.h Fix warning message error. (#443) 3 years ago
atomic.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
croutine.h Replace <pre> with @code - remaining files (#388) 3 years ago
deprecated_definitions.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
event_groups.h Add support for MISRA rule 20.7 (#546) 3 years ago
list.h Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) 3 years ago
message_buffer.h Add support for MISRA rule 20.7 (#546) 3 years ago
mpu_prototypes.h Add callback overrides for stream buffer and message buffers (#437) 3 years ago
mpu_wrappers.h Restrict unpriv task to invoke code with privilege 2 years ago
portable.h Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) 3 years ago
projdefs.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
queue.h Add support for MISRA rule 20.7 (#546) 3 years ago
semphr.h Add support for MISRA rule 20.7 (#546) 3 years ago
stack_macros.h Run uncrustify with github workflows (#369) 4 years ago
stdint.readme Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
stream_buffer.h Add support for MISRA rule 20.7 (#546) 3 years ago
task.h Update of three badly terminated macro definitions (#555) 2 years ago
timers.h Clean some spell check words. (#439) 3 years ago