cfg: Fixed FP recently introduced for fopen_s() and glob().
This commit is contained in:
parent
5095196530
commit
fd8fb9e4f4
|
@ -2726,7 +2726,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="4">
|
||||
<not-null/>
|
||||
|
@ -2758,10 +2758,6 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<alloc init="true">socket</alloc>
|
||||
<dealloc>close</dealloc>
|
||||
</resource>
|
||||
<resource>
|
||||
<alloc init="true">glob</alloc>
|
||||
<dealloc>globfree</dealloc>
|
||||
</resource>
|
||||
<resource>
|
||||
<alloc init="true">opendir</alloc>
|
||||
<alloc init="true">fdopendir</alloc>
|
||||
|
|
|
@ -4015,7 +4015,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
</memory>
|
||||
<resource>
|
||||
<alloc init="true">fopen</alloc>
|
||||
<alloc init="true">fopen_s</alloc>
|
||||
<alloc init="true">tmpfile</alloc>
|
||||
<dealloc>fclose</dealloc>
|
||||
</resource>
|
||||
|
|
Loading…
Reference in New Issue