Merge pull request #754 from JIghtuse/master
posix.cfg: Only pointers can be null
This commit is contained in:
commit
85b12252d5
|
@ -694,7 +694,6 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2">
|
<arg nr="2">
|
||||||
|
@ -2570,10 +2569,10 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2">
|
<arg nr="2">
|
||||||
<not-null/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="3">
|
<arg nr="3">
|
||||||
<not-null/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- off_t ftello(FILE *stream); -->
|
<!-- off_t ftello(FILE *stream); -->
|
||||||
|
|
Loading…
Reference in New Issue