cfg: Fixed FP recently introduced for fopen_s() and glob().

This commit is contained in:
orbitcowboy 2016-05-19 13:21:05 +02:00
parent 5095196530
commit fd8fb9e4f4
2 changed files with 1 additions and 6 deletions

View File

@ -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>

View File

@ -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>