File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3989,7 +3989,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
39893989 </function>
39903990 <!-- void * memcpy(void *ct, const void *cs, size_t n);-->
39913991 <function name="memcpy,std::memcpy">
3992- <returnValue type="void *"/ >
3992+ <returnValue type="void *">arg1</returnValue >
39933993 <noreturn>false</noreturn>
39943994 <leak-ignore/>
39953995 <not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
@@ -4010,7 +4010,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
40104010 </function>
40114011 <!-- wchar_t* wmemcpy( wchar_t* dest, const wchar_t* src, std::size_t count ); -->
40124012 <function name="wmemcpy,std::wmemcpy">
4013- <returnValue type="wchar_t *"/ >
4013+ <returnValue type="wchar_t *">arg1</returnValue >
40144014 <noreturn>false</noreturn>
40154015 <leak-ignore/>
40164016 <not-overlapping-data ptr1-arg="1" ptr2-arg="2" count-arg="3"/>
You can’t perform that action at this time.
0 commit comments