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 b876117 commit 9e77b89Copy full SHA for 9e77b89
cpp/ql/src/Security/CWE/CWE-843/TypeConfusion.qhelp
@@ -3,7 +3,7 @@
3
4
<overview>
5
<p>
6
-Certain casts in C and C++ places no restrictions on the target type. For
+Certain casts in C and C++ place no restrictions on the target type. For
7
example, C style casts such as <code>(MyClass*)p</code> allows the programmer
8
to cast any pointer <code>p</code> to an expression of type <code>MyClass*</code>.
9
If the runtime type of <code>p</code> turns out to be a type that's incompatible
0 commit comments