Mohamed Hassan commented on a discussion on cpukit/include/rtems/stackchk.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/277#note_122874 > */ > extern const Stack_checker_Reporter_handler Stack_checker_Reporter; > > +/** > + * @brief Stack smash protecting function > + * > + * @note: This function is invoked if a stack overflow is detected > + * if GCC flag -fstack-protection is enabled. > + */ > +void __stack_chk_fail(void); I think it's removed please refer to the updated [stackchk.h](https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/66a48d2e2c473491a89db33253485fc3554ac632/cpukit/include/rtems/stackchk.h#L275-281) -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/277#note_122874 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
