posix.cfg: Improved configuration for bcopy(): Warn for potential buffer access out of bounds issues.

This commit is contained in:
orbitcowboy 2017-12-08 14:53:14 +01:00
parent 77c43f2d24
commit 928727534a
1 changed files with 1 additions and 0 deletions

View File

@ -2570,6 +2570,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<arg nr="1"> <arg nr="1">
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
<minsize type="argvalue" arg="3"/>
</arg> </arg>
<arg nr="2"> <arg nr="2">
<not-null/> <not-null/>