aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/libhl.html
diff options
context:
space:
mode:
authorMaxxiii <[email protected]>2020-09-16 21:35:25 +0300
committerMaxxiii <[email protected]>2020-09-16 21:35:25 +0300
commitc7606f1bcec4c50d40fb424fb3d6afe35a9e2245 (patch)
treec198218a111e8eefeffac9228184b2aab1b4e78c /subpages/Comments/libhl.html
parentUpdate more local links in comments (diff)
downloadnemstools.github.io-c7606f1bcec4c50d40fb424fb3d6afe35a9e2245.tar.xz
nemstools.github.io-c7606f1bcec4c50d40fb424fb3d6afe35a9e2245.zip
Fix some external links from comments
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