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
..
2018-06-12 18:44:00 -04:00
2020-09-22 11:27:18 +03:00
2021-02-26 15:48:42 +05:30
2020-07-13 20:58:34 +05:30
2021-01-31 14:08:56 +01:00
2018-05-07 09:34:12 -04:00
2021-01-27 16:58:57 -05:00
2019-12-06 16:44:20 -05:00
2019-12-06 16:44:20 -05:00
2019-12-06 16:44:20 -05:00
2018-05-07 09:34:12 -04:00
2020-07-10 11:47:12 +02:00
2020-01-20 10:10:28 +05:30
2021-03-01 09:54:11 -05:00
2018-09-18 00:01:18 -06:00
2018-06-07 17:08:06 -04:00
2017-10-04 12:00:19 -04:00
2021-03-26 17:03:08 +13:00
2020-12-02 16:21:58 -05:00
2020-07-01 11:48:05 -04:00
2020-07-01 11:48:05 -04:00
2020-07-01 11:48:05 -04:00
2020-07-01 11:48:05 -04:00
2020-07-01 11:48:05 -04:00
2020-07-01 11:48:05 -04:00
2019-04-22 11:55:58 -04:00
2018-11-20 13:08:15 +01:00
2018-12-05 06:01:35 -07:00
2020-06-02 13:06:11 -04:00
2018-05-07 09:34:12 -04:00
2019-11-07 18:01:13 -05:00
2018-10-10 12:28:53 -05:00
2019-05-20 13:50:34 +02:00
2018-05-07 09:34:12 -04:00
2021-04-08 17:29:13 +08:00
2019-04-22 11:55:58 -04:00
2020-05-11 01:30:49 +05:30
2020-07-09 12:33:24 +08:00
2020-08-24 16:37:53 +02:00
2019-11-04 18:15:32 -07:00
2020-04-26 14:24:08 -06:00
2018-05-07 09:34:12 -04:00
2019-11-07 00:24:59 +01:00
2018-05-10 20:38:34 -04:00
2017-10-05 21:31:04 -04:00
2018-10-09 14:18:12 -05:00
2019-12-02 18:23:13 -05:00
2018-05-07 09:34:12 -04:00
2019-12-06 16:44:20 -05:00
2021-03-01 09:54:11 -05:00
2020-06-23 14:43:24 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-20 13:08:15 +01:00
2021-04-12 17:44:55 -04:00
2019-12-06 16:44:19 -05:00
2020-01-17 13:27:25 -05:00
2021-01-31 14:08:56 +01:00
2019-05-05 08:48:50 -04:00
2019-05-05 08:48:50 -04:00