windows.cfg: Added data-overlapping configuration for strncpy-variations
This commit is contained in:
parent
652e2765bc
commit
ddd117e600
|
@ -4283,6 +4283,7 @@ HFONT CreateFont(
|
||||||
<function name="_mbsncpy,_mbsnbcpy,_tcsncpy">
|
<function name="_mbsncpy,_mbsnbcpy,_tcsncpy">
|
||||||
<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="out">
|
<arg nr="1" direction="out">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<minsize type="argvalue" arg="3"/>
|
<minsize type="argvalue" arg="3"/>
|
||||||
|
@ -4325,6 +4326,7 @@ HFONT CreateFont(
|
||||||
<function name="_strncpy_l,_wcsncpy_l,_mbsncpy_l,_tcsncpy_l">
|
<function name="_strncpy_l,_wcsncpy_l,_mbsncpy_l,_tcsncpy_l">
|
||||||
<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="out">
|
<arg nr="1" direction="out">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<minsize type="argvalue" arg="3"/>
|
<minsize type="argvalue" arg="3"/>
|
||||||
|
|
Loading…
Reference in New Issue