Fix false positive
This commit is contained in:
parent
159e420146
commit
947ace6194
|
@ -954,7 +954,6 @@
|
||||||
const char *restrict mode); -->
|
const char *restrict mode); -->
|
||||||
<function name="fopen_s">
|
<function name="fopen_s">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<use-retval/>
|
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
|
@ -1500,6 +1499,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<function name="gmtime,std::gmtime">
|
<function name="gmtime,std::gmtime">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<pure/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
|
|
Loading…
Reference in New Issue