Willy Tarreau 49b0482ed4 CLEANUP: chunk: remove misleading chunk_strncat() function
This function claims to perform an strncat()-like operation but it does
not, it always copies the indicated number of bytes, regardless of the
presence of a NUL character (what is currently done by chunk_memcat()).
Let's remove it and explicitly replace it with chunk_memcat().
2021-11-08 12:08:26 +01:00
..
2021-11-05 07:48:38 +01:00
2021-05-08 12:29:51 +02:00
2021-09-17 17:22:05 +02:00
2021-11-08 12:08:26 +01:00
2021-11-08 08:05:39 +01:00
2021-11-08 08:05:39 +01:00
2021-11-08 09:17:24 +01:00
2021-11-08 12:08:26 +01:00
2021-11-08 12:08:26 +01:00
2021-11-08 12:08:26 +01:00
2021-11-08 12:08:26 +01:00
2021-11-08 08:05:39 +01:00
2021-11-08 12:08:26 +01:00
2021-11-05 07:48:38 +01:00
2021-11-08 12:08:26 +01:00
2021-11-08 08:59:30 +01:00
2021-09-23 15:27:25 +02:00
2021-11-05 07:48:38 +01:00
2021-09-24 15:07:50 +02:00
2021-11-05 07:48:38 +01:00
2021-11-08 12:08:26 +01:00