Skip to content

Commit 953836d

Browse files
Update std.cfg
1 parent 9b7f3c4 commit 953836d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cfg/std.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"/>

0 commit comments

Comments
 (0)