posix.cfg: Added missing <leak-ignore>-tags.
This commit is contained in:
parent
8ea36fb6ec
commit
8ce813f241
|
@ -974,6 +974,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
</function>
|
||||
<!-- ssize_t read(int fd, void *buf, size_t count); -->
|
||||
<function name="read">
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
@ -987,6 +988,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<!-- ssize_t write(int fildes, const void *buf, size_t nbyte); -->
|
||||
<function name="write">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue