windows.cfg: Added data-overlapping configuration for strncpy-variations

This commit is contained in:
orbitcowboy 2021-07-09 16:54:56 +02:00
parent 652e2765bc
commit ddd117e600
1 changed files with 2 additions and 0 deletions

View File

@ -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"/>