windows.cfg and posix.cfg: Added more <use-retval/> configurations.
This commit is contained in:
parent
fa379b50b1
commit
7b1ed9f415
|
@ -611,6 +611,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func
|
|||
<function name="mktemp">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
|
@ -836,6 +837,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
</function>
|
||||
<!-- DIR *fdopendir(int fd); -->
|
||||
<function name="fdopendir">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
|
@ -852,6 +854,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
</function>
|
||||
<!-- FILE *popen(const char *command, const char *type); -->
|
||||
<function name="popen">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
|
|
@ -2779,6 +2779,7 @@ HFONT CreateFont(
|
|||
FILE *_wpopen(const wchar_t *command, const wchar_t *mode);-->
|
||||
<function name="_popen,_wpopen,_tpopen">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
|
|
Loading…
Reference in New Issue