Fix syntax errors in qhelp files

This commit is contained in:
Felicity Chapman
2018-11-12 10:55:13 +00:00
parent 72ac2e5498
commit 978fc4928f
3 changed files with 5 additions and 0 deletions

View File

@@ -20,9 +20,11 @@ important system data (including the interrupt table in some architectures).
</recommendation>
<example>
<p>
This code shows two examples where a pointer is dereferenced.
The first example checks that the pointer is not null before dereferencing it.
The second example fails to perform a nullness check, leading to a potential vulnerability in the code.
</p>
<sample src="InconsistentNullnessTesting.cpp" />
</example>