Add necessary sections for stack protection area and implement fill function
This commit is contained in:
@@ -50,4 +50,8 @@ static inline uint32_t read_stack_pointer()
|
||||
return stack_pointer;
|
||||
}
|
||||
|
||||
int stack_check_init_corruption_detect_area(void);
|
||||
|
||||
int stack_check_corruption_detect_area(void);
|
||||
|
||||
#endif /* __STACK_CHECK_H__ */
|
||||
|
Reference in New Issue
Block a user