windows.cfg: Improved support for overlapping data check
This commit is contained in:
parent
9841e0ed96
commit
6a66d32498
|
@ -3959,6 +3959,7 @@ HFONT CreateFont(
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="void *"/>
|
<returnValue type="void *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="4"/>
|
||||||
<arg nr="1" direction="out">
|
<arg nr="1" direction="out">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<minsize type="sizeof" arg="2"/>
|
<minsize type="sizeof" arg="2"/>
|
||||||
|
@ -4013,6 +4014,7 @@ HFONT CreateFont(
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||||
<arg nr="1" direction="inout">
|
<arg nr="1" direction="inout">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
@ -6171,6 +6173,7 @@ HFONT CreateFont(
|
||||||
<returnValue type="unsigned char *"/>
|
<returnValue type="unsigned char *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
|
||||||
<arg nr="1" direction="inout">
|
<arg nr="1" direction="inout">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
|
Loading…
Reference in New Issue