Skip to content

Commit f0356bb

Browse files
committed
CPP: Reformat @deprecated message.
1 parent 74f7379 commit f0356bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cpp/ql/src/Likely Bugs/Memory Management/PotentialBufferOverflow.ql

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
* @tags reliability
1010
* security
1111
* external/cwe/cwe-676
12-
* @deprecated
13-
*
14-
* This query is deprecated, use Security/CWE/CWE-120/OverrunWrite.ql and
15-
* Security/CWE/CWE-120/OverrunWriteFloat.ql instead.
12+
* @deprecated This query is deprecated, use
13+
* Security/CWE/CWE-120/OverrunWrite.ql and
14+
* Security/CWE/CWE-120/OverrunWriteFloat.ql instead.
1615
*/
1716
import cpp
1817
import semmle.code.cpp.commons.Buffer

0 commit comments

Comments
 (0)