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">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||
<arg nr="1" direction="out">
|
||||
<not-null/>
|
||||
<minsize type="argvalue" arg="3"/>
|
||||
|
@ -4325,6 +4326,7 @@ HFONT CreateFont(
|
|||
<function name="_strncpy_l,_wcsncpy_l,_mbsncpy_l,_tcsncpy_l">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||
<arg nr="1" direction="out">
|
||||
<not-null/>
|
||||
<minsize type="argvalue" arg="3"/>
|
||||
|
|
Loading…
Reference in New Issue