1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-08 20:22:10 +02:00
Files
u-boot-megous/lib
Sean Anderson 9af869c414 lib: string: Implement strlcat
This introduces strlcat, which provides a safer interface than strncat. It
never copies more than its size bytes, including the terminating nul. In
addition, it never reads past dest[size - 1], even if dest is not
nul-terminated.

This also removes the stub for dwc3 now that we have a proper
implementation.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-04-12 17:44:55 -04:00
..
2021-01-16 19:17:11 -05:00
2020-05-18 21:19:18 -04:00
2021-03-07 17:37:13 +01:00
2019-12-02 18:23:07 -05:00
2019-10-31 07:22:53 -04:00
2020-10-30 10:56:11 -04:00
2020-04-24 10:51:32 -04:00
2019-12-06 16:44:20 -05:00
2020-05-18 21:19:18 -04:00
2021-02-24 16:51:49 -05:00
2020-05-18 21:19:18 -04:00
2020-08-24 14:11:31 -04:00
2021-04-12 17:44:55 -04:00
2020-05-01 11:03:24 -04:00
2021-03-02 15:53:37 -05:00
2021-01-19 09:15:02 -05:00