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-03-08 10:32:34 +01:00
2021-04-10 08:00:12 -04:00
2021-04-10 08:01:00 -04:00
2021-04-12 17:17:11 -04:00
2021-04-12 17:17:11 -04:00
2021-04-10 08:04:42 -04:00
2021-04-12 17:44:55 -04:00
2021-04-10 07:59:35 -04:00
2021-03-27 13:59:36 +13:00
2021-03-31 09:47:30 -04:00
2021-03-15 12:15:38 -04:00
2021-03-13 13:14:52 -05:00
2021-04-12 17:44:55 -04:00
2021-01-23 11:30:31 +01:00
2021-04-08 15:37:27 +08:00
2020-11-06 10:18:20 +08:00