Gina Peter Banyard
0fe3a91494
main/streams: Remove questionable use of PHP_STRLCPY
...
The description of PHP_STRLCPY says that this is a fast version of strlcpy that should be used if we *know* the size of both the source and destination buffers.
This is clearly not the case as we use strlen() to compute it.
Moreover if the result cannot fit in the destination buffer something seriously strange has happened and we should return a failure state rather than truncating.
2025-01-03 13:45:23 +00:00
..
2025-01-03 13:45:23 +00:00
2024-02-08 18:04:00 +01:00
2024-10-09 13:10:48 +02:00
2021-05-06 12:16:35 +02:00
2024-05-19 22:57:08 +02:00
2021-05-12 14:55:53 +01:00
2024-06-24 19:57:28 +02:00
2021-05-06 12:16:35 +02:00
2024-11-14 20:36:23 +01:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2024-11-18 20:53:28 +01:00
2024-11-25 23:09:36 +01:00
2024-11-18 20:53:28 +01:00
2024-11-29 08:06:10 +01:00
2024-08-06 16:45:51 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2023-07-25 17:54:14 +02:00
2022-04-18 16:52:08 +02:00
2022-04-18 16:52:08 +02:00
2024-06-09 14:23:41 +02:00
2021-05-06 12:16:35 +02:00
2024-08-12 23:24:41 -03:00
2021-05-06 12:16:35 +02:00
2024-09-30 18:11:25 +01:00
2024-06-26 00:26:43 +02:00
2022-05-27 16:56:44 +02:00
2024-06-10 15:37:51 +02:00
2021-05-06 12:16:35 +02:00
2024-10-10 01:56:47 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2024-08-22 23:41:34 +01:00
2023-02-18 19:52:53 +00:00
2022-06-19 22:56:44 +01:00
2023-04-08 16:34:07 +02:00
2023-04-08 16:34:07 +02:00
2024-09-26 15:35:42 +02:00
2024-04-30 16:39:00 +02:00
2024-12-03 18:45:43 +01:00
2024-11-18 20:53:28 +01:00
2024-01-12 18:35:18 +01:00
2024-12-01 11:00:17 +01:00
2023-04-20 16:04:59 +02:00
2024-07-07 04:23:08 +02:00
2024-10-06 19:43:19 +01:00
2024-02-08 12:08:07 +01:00
2023-04-28 11:05:32 +02:00
2023-01-16 12:27:33 +01:00
2024-01-16 22:51:02 +01:00
2023-01-16 12:27:33 +01:00
2022-04-28 15:09:55 +02:00
2022-04-28 15:09:55 +02:00