#7906 false positive: (error) Null pointer dereference (tempnam)

This commit is contained in:
alexander 2017-01-29 17:09:48 +01:00
parent 7ae0b2b336
commit d846217641
1 changed files with 0 additions and 2 deletions

View File

@ -2482,11 +2482,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<warn severity="portability">Non reentrant function 'tempnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'tempnam_r'.</warn>