anjiahao d5981375a6 Support gcc FORTIFY_SOURCE features for nuttx libc
This function will use gcc's function
__builtin_dynamic_object_size and __builtin_object_size

Its function is to obtain the size of the object through compilation,
so as to judge whether there are out-of-bounds operations in commonly used functions.
It should be noted that the option -O2 and above is required to enable this function

Signed-off-by: anjiahao <1090959677@qq.com>
2023-06-22 20:38:45 +08:00
..
2023-05-17 10:24:42 +08:00
2023-05-04 19:38:57 +08:00
2023-06-12 08:39:38 +02:00
2023-05-04 02:07:01 +08:00
2023-05-04 02:07:01 +08:00
2023-05-19 02:40:38 +08:00
2023-05-04 02:07:01 +08:00
2023-05-04 02:07:01 +08:00
2023-05-05 18:36:36 +08:00