aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/libhl.html
diff options
context:
space:
mode:
Diffstat (limited to 'subpages/Comments/libhl.html')
-rw-r--r--subpages/Comments/libhl.html3
1 files changed, 1 insertions, 2 deletions
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 @@
<div class="space"></div>
</div>
<div class="content">Hmm, I think I'm going to change all usages of strcpy, strcat, strncpy and strncat to
- <a
- href="https://web.archive.org/web/20171116085231/http://www.freebsd.org/cgi/man.cgi?query=strlcat&amp;sektion=3">strlcpy
+ <a href="http://www.freebsd.org/cgi/man.cgi?query=strlcat&sektion=3">strlcpy
and strlcat</a> (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) <i>and</i> more
safe (in any case). These functions ensure nil termination(!) and the size parameter is the size of the