mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
CPP: Fix qhelp more.
This commit is contained in:
@@ -7,19 +7,18 @@
|
||||
|
||||
<p>When using a function that transforms a date structure, and the year on the input argument for the API has been manipulated, it is important to check for the return value of the function to make sure it succeeded.</p>
|
||||
<p>Otherwise, the function may have failed, and the output parameter may contain invalid data that can cause any number of problems on the affected system.</p>
|
||||
<p>The following is a list of the functions that this query covers:
|
||||
<list>
|
||||
<li><code>FileTimeToSystemTime</code></li>
|
||||
<li><code>SystemTimeToFileTime</code></li>
|
||||
<li><code>SystemTimeToTzSpecificLocalTime</code></li>
|
||||
<li><code>SystemTimeToTzSpecificLocalTimeEx</code></li>
|
||||
<li><code>TzSpecificLocalTimeToSystemTime</code></li>
|
||||
<li><code>TzSpecificLocalTimeToSystemTimeEx</code></li>
|
||||
<li><code>RtlLocalTimeToSystemTime</code></li>
|
||||
<li><code>RtlTimeToSecondsSince1970</code></li>
|
||||
<li><code>_mkgmtime</code></li>
|
||||
</list>
|
||||
</p>
|
||||
<p>The following is a list of the functions that this query covers:</p>
|
||||
<ul>
|
||||
<li><code>FileTimeToSystemTime</code></li>
|
||||
<li><code>SystemTimeToFileTime</code></li>
|
||||
<li><code>SystemTimeToTzSpecificLocalTime</code></li>
|
||||
<li><code>SystemTimeToTzSpecificLocalTimeEx</code></li>
|
||||
<li><code>TzSpecificLocalTimeToSystemTime</code></li>
|
||||
<li><code>TzSpecificLocalTimeToSystemTimeEx</code></li>
|
||||
<li><code>RtlLocalTimeToSystemTime</code></li>
|
||||
<li><code>RtlTimeToSecondsSince1970</code></li>
|
||||
<li><code>_mkgmtime</code></li>
|
||||
</ul>
|
||||
|
||||
</overview>
|
||||
<recommendation>
|
||||
|
||||
Reference in New Issue
Block a user