posix.cfg: Improved support for overlapping data check
This commit is contained in:
parent
6a66d32498
commit
2c5af874fd
|
@ -5266,6 +5266,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<minsize type="argvalue" arg="3"/>
|
<minsize type="argvalue" arg="3"/>
|
||||||
|
|
Loading…
Reference in New Issue