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