Skip to content

Commit 088ac1f

Browse files
Update std.cfg
1 parent 21de4fa commit 088ac1f

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

cfg/std.cfg

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,7 +4056,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
40564056
<!-- void * memmove(void *ct, const void *cs, size_t n); -->
40574057
<function name="memmove,std::memmove">
40584058
<noreturn>false</noreturn>
4059-
<returnValue type="void *"/>
4059+
<returnValue type="void *">arg1</returnValue>
40604060
<leak-ignore/>
40614061
<arg nr="1" direction="out">
40624062
<not-null/>
@@ -4077,7 +4077,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
40774077
<!-- wchar_t * wmemmove(wchar_t *ct, const wchar_t *cs, size_t n); -->
40784078
<function name="wmemmove,std::wmemmove">
40794079
<noreturn>false</noreturn>
4080-
<returnValue type="wchar_t *"/>
4080+
<returnValue type="wchar_t *">arg1</returnValue>
40814081
<leak-ignore/>
40824082
<arg nr="1" direction="out">
40834083
<not-null/>
@@ -4118,7 +4118,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
41184118
</function>
41194119
<!-- void *memset(void *s, int c, size_t n); -->
41204120
<function name="memset,std::memset">
4121-
<returnValue type="void *"/>
4121+
<returnValue type="void *">arg1</returnValue>
41224122
<noreturn>false</noreturn>
41234123
<leak-ignore/>
41244124
<arg nr="1" direction="out" indirect="1">
@@ -4136,7 +4136,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
41364136
</function>
41374137
<!-- wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n); -->
41384138
<function name="wmemset,std::wmemset">
4139-
<returnValue type="wchar_t *"/>
4139+
<returnValue type="wchar_t *">arg1</returnValue>
41404140
<noreturn>false</noreturn>
41414141
<leak-ignore/>
41424142
<arg nr="1" direction="out">
@@ -4812,7 +4812,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
48124812
</function>
48134813
<!-- char * strcat(char *deststr, const char *srcstr); -->
48144814
<function name="strcat,std::strcat">
4815-
<returnValue type="char *"/>
4815+
<returnValue type="char *">arg1</returnValue>
48164816
<noreturn>false</noreturn>
48174817
<leak-ignore/>
48184818
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
@@ -4828,9 +4828,9 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
48284828
<strz/>
48294829
</arg>
48304830
</function>
4831-
<!-- wchar_t wcscat(wchar_t *deststr, const wchar_t *srcstr); -->
4831+
<!-- wchar_t* wcscat(wchar_t *deststr, const wchar_t *srcstr); -->
48324832
<function name="wcscat,std::wcscat">
4833-
<returnValue type="wchar_t"/>
4833+
<returnValue type="wchar_t *">arg1</returnValue>
48344834
<noreturn>false</noreturn>
48354835
<leak-ignore/>
48364836
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
@@ -4942,7 +4942,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
49424942
</function>
49434943
<!-- wchar_t *wcscpy(wchar_t *deststr, const wchar_t *srcstr); -->
49444944
<function name="wcscpy,std::wcscpy">
4945-
<returnValue type="wchar_t *"/>
4945+
<returnValue type="wchar_t *">arg1</returnValue>
49464946
<noreturn>false</noreturn>
49474947
<leak-ignore/>
49484948
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
@@ -5057,7 +5057,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
50575057
</function>
50585058
<!-- char * strncat(char *ct, const char *s, size_t n); -->
50595059
<function name="strncat,std::strncat">
5060-
<returnValue type="char *"/>
5060+
<returnValue type="char *">arg1</returnValue>
50615061
<noreturn>false</noreturn>
50625062
<leak-ignore/>
50635063
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
@@ -5123,10 +5123,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
51235123
<not-uninit/>
51245124
</arg>
51255125
</function>
5126-
<!-- wchar_t *wcsncat(wchar_t *ct, const wchar_t *cs, size_t n); -->
5126+
<!-- wchar_t* *wcsncat(wchar_t *ct, const wchar_t *cs, size_t n); -->
51275127
<function name="wcsncat,std::wcsncat">
51285128
<noreturn>false</noreturn>
5129-
<returnValue type="wchar_t *"/>
5129+
<returnValue type="wchar_t *">arg1</returnValue>
51305130
<leak-ignore/>
51315131
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" count-arg="3"/>
51325132
<arg nr="1" direction="inout">
@@ -5373,7 +5373,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
53735373
</function>
53745374
<!-- wchar_t * wcsncpy(wchar_t *s, const wchar_t *cs, size_t n); -->
53755375
<function name="wcsncpy,std::wcsncpy">
5376-
<returnValue type="wchar_t *"/>
5376+
<returnValue type="wchar_t *">arg1</returnValue>
53775377
<noreturn>false</noreturn>
53785378
<leak-ignore/>
53795379
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" count-arg="3"/>

0 commit comments

Comments
 (0)