posix.cfg: Improved configuration for bcopy(): Warn for potential buffer access out of bounds issues.
This commit is contained in:
parent
77c43f2d24
commit
928727534a
|
@ -2570,6 +2570,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<minsize type="argvalue" arg="3"/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue