zhanghongyu 908814a575 libc/lib_bzero:Add bzero prototype.
Implement the bzero function as an alternative to macro expansion.

and 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: zhanghongyu <zhanghongyu@xiaomi.com>
2024-05-07 14:59:05 +02:00
..
2024-03-26 09:40:42 +08:00
2023-12-11 08:43:26 -08:00
2024-04-16 19:09:12 +08:00
2024-04-11 10:45:44 +08:00
2023-09-04 23:19:46 +08:00
2024-02-21 13:29:36 -03:00
2024-04-11 10:45:44 +08:00
2024-04-17 11:36:39 -03:00
2023-12-25 16:54:16 -03:00
2024-02-21 13:29:36 -03:00
2023-08-26 17:07:02 +08:00
2024-02-21 13:29:36 -03:00