Skip to content

Commit 0919507

Browse files
committed
spelling: outside
Signed-off-by: Josh Soref <[email protected]>
1 parent 7e0bbf1 commit 0919507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the third argument to the entire size of the destination buffer.
1212
Executing a call of this type may cause a buffer overflow unless the buffer is known to be empty.</p>
1313

1414
<p>Similarly, calls of the form <code>strncat(dest, src, sizeof (dest) - strlen (dest))</code> allow one
15-
byte to be written ouside the <code>dest</code> buffer.</p>
15+
byte to be written outside the <code>dest</code> buffer.</p>
1616

1717
<p>Buffer overflows can lead to anything from a segmentation fault to a security vulnerability.</p>
1818

0 commit comments

Comments
 (0)