From 8e7521d6b8f0cd43632f10c2e12d2c834338ddd4 Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Tue, 4 Jun 2019 11:27:34 +0100 Subject: [PATCH] C++: add missing close-paragraph tag to qhelp --- .../src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp b/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp index c3b08223ca22..d3dd40df1321 100644 --- a/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp +++ b/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp @@ -6,7 +6,7 @@

This rule finds calls to functions that are dangerous to use. Currently, it checks for calls to gmtime, localtime, -ctime and asctime. +ctime and asctime.

The time related functions such as gmtime fill data into a tm struct or char array in