We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5382ef7 commit 78cc8f0Copy full SHA for 78cc8f0
cpp/ql/src/Likely Bugs/Memory Management/SuspiciousCallToStrncat.ql
@@ -1,7 +1,6 @@
1
/**
2
* @name Potentially unsafe call to strncat
3
- * @description Calling `strncat` with the size of the destination buffer as the third argument may result in a buffer overflow.
4
- * Similarly, calling `strncat` with `sizeof (dest) - strlen (dest)` as the third argument may result in a buffer overflow.
+ * @description Calling 'strncat' with an incorrect size argument may result in a buffer overflow.
5
* @kind problem
6
* @problem.severity warning
7
* @precision medium
0 commit comments