From c7606f1bcec4c50d40fb424fb3d6afe35a9e2245 Mon Sep 17 00:00:00 2001 From: Maxxiii <30539708+Maxxiii@users.noreply.github.com> Date: Wed, 16 Sep 2020 21:35:25 +0300 Subject: Fix some external links from comments --- subpages/Comments/libhl.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'subpages/Comments/libhl.html') diff --git a/subpages/Comments/libhl.html b/subpages/Comments/libhl.html index fbddd77..bd9f0ae 100644 --- a/subpages/Comments/libhl.html +++ b/subpages/Comments/libhl.html @@ -230,8 +230,7 @@
Hmm, I think I'm going to change all usages of strcpy, strcat, strncpy and strncat to - strlcpy + strlcpy and strlcat (copying the BSD implementation of those and compiling it if the functions aren't available). This should make the code simpler (where strncpy/strncat was used before) and more safe (in any case). These functions ensure nil termination(!) and the size parameter is the size of the -- cgit v1.2.3