posix.cfg: Added missing <leak-ignore>-tags.

This commit is contained in:
orbitcowboy 2016-01-22 11:03:37 +01:00
parent 8ea36fb6ec
commit 8ce813f241
1 changed files with 2 additions and 0 deletions

View File

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