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/>
|
||||
<returnValue type="void *"/>
|
||||
<noreturn>false</noreturn>
|
||||
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="4"/>
|
||||
<arg nr="1" direction="out">
|
||||
<not-null/>
|
||||
<minsize type="sizeof" arg="2"/>
|
||||
|
@ -4013,6 +4014,7 @@ HFONT CreateFont(
|
|||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||
<arg nr="1" direction="inout">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
|
@ -6171,6 +6173,7 @@ HFONT CreateFont(
|
|||
<returnValue type="unsigned char *"/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
|
||||
<arg nr="1" direction="inout">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
|
|
Loading…
Reference in New Issue