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
..
2023-10-29 17:16:09 +02:00
2024-02-18 00:47:53 -08:00
2024-03-26 09:40:42 +08:00
2023-07-08 13:50:48 +08:00
2023-11-07 17:39:03 +01:00
2024-04-29 17:34:10 +08:00
2023-07-08 13:50:48 +08:00
2023-09-20 09:35:28 -04:00
2023-07-08 13:50:48 +08:00
2023-07-08 13:50:48 +08:00
2023-12-27 07:27:17 -08:00
2023-07-08 13:50:48 +08:00
2023-12-11 08:43:26 -08:00
2023-11-07 17:39:03 +01:00
2023-07-08 13:50:48 +08:00
2023-09-16 19:45:02 +08:00
2024-04-23 10:26:48 -03:00
2023-07-08 13:50:48 +08:00
2023-07-16 00:35:35 +03:00
2024-04-29 17:34:10 +08:00
2023-07-08 13:50:48 +08:00
2024-04-16 19:09:12 +08:00
2024-04-11 10:45:44 +08:00
2023-12-12 17:32:36 -08:00
2023-08-19 13:28:21 -03:00
2023-10-12 12:22:16 +08:00
2024-01-31 05:02:56 -08:00
2023-11-15 08:52:04 -08:00
2023-09-04 23:19:46 +08:00
2023-07-08 13:50:48 +08:00
2023-06-11 12:55:29 +08:00
2023-11-15 08:52:04 -08:00
2024-02-21 13:29:36 -03:00
2023-11-27 04:52:54 -08:00
2023-08-29 09:43:42 +08:00
2023-10-31 13:42:00 +08: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-05-07 14:59:05 +02:00
2024-01-04 09:22:57 -08:00
2023-07-08 13:50:48 +08:00
2023-07-08 13:50:48 +08:00
2023-10-29 17:16:09 +02:00
2024-03-01 17:27:26 +08:00
2023-07-08 13:50:48 +08:00
2024-02-21 13:29:36 -03:00
2023-07-08 13:50:48 +08:00
2023-10-29 17:16:09 +02:00
2023-09-22 08:51:07 +08:00
2024-01-30 20:53:00 -08:00
2023-11-27 04:52:54 -08:00
2023-10-29 21:03:54 -03:00
2023-08-26 17:07:02 +08:00
2023-07-08 13:50:48 +08:00
2023-08-10 20:47:37 +08:00
2024-04-17 19:45:26 +08:00
2023-10-29 17:09:18 +02:00
2024-02-21 13:29:36 -03:00