Skip to content

Commit f5431ab

Browse files
committed
C++: Fix strncpy reference link (the old link was broken).
1 parent ecbf7ae commit f5431ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Memory Management/StrncpyFlippedArgs.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ not the source buffer.</p>
2525

2626
<references>
2727

28-
<li>cplusplus.com: <a href="http://www.cplusplus.com/reference/clibrary/cstring/strncpy/">strncpy</a>.</li>
28+
<li>cplusplus.com: <a href="https://cplusplus.com/reference/cstring/strncpy/">strncpy</a>.</li>
2929
<li>
3030
I. Gerg. <em>An Overview and Example of the Buffer-Overflow Exploit</em>. IANewsletter vol 7 no 4. 2005.
3131
</li>

0 commit comments

Comments
 (0)