C++: Fix strncpy reference link (the old link was broken).

This commit is contained in:
Geoffrey White
2024-05-02 17:37:52 +01:00
parent ecbf7aef18
commit f5431abb10

View File

@@ -25,7 +25,7 @@ not the source buffer.</p>
<references>
<li>cplusplus.com: <a href="http://www.cplusplus.com/reference/clibrary/cstring/strncpy/">strncpy</a>.</li>
<li>cplusplus.com: <a href="https://cplusplus.com/reference/cstring/strncpy/">strncpy</a>.</li>
<li>
I. Gerg. <em>An Overview and Example of the Buffer-Overflow Exploit</em>. IANewsletter vol 7 no 4. 2005.
</li>