std.cfg: Merged identical configurations. There are no functional changes.
This commit is contained in:
parent
e3a9899983
commit
07aaf9999b
15
cfg/std.cfg
15
cfg/std.cfg
|
@ -3058,7 +3058,8 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- size_t strlen(const char *string); -->
|
<!-- size_t strlen(const char *string); -->
|
||||||
<function name="strlen,std::strlen">
|
<!-- size_t wcslen(const wchar_t *string); -->
|
||||||
|
<function name="strlen,std::strlen,wcslen,std::wcslen">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<pure/>
|
<pure/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -3070,18 +3071,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<strz/>
|
<strz/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- size_t wcslen(const wchar_t *string); -->
|
|
||||||
<function name="wcslen,std::wcslen">
|
|
||||||
<use-retval/>
|
|
||||||
<pure/>
|
|
||||||
<noreturn>false</noreturn>
|
|
||||||
<leak-ignore/>
|
|
||||||
<returnValue>strlen(arg1)</returnValue>
|
|
||||||
<arg nr="1">
|
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
|
||||||
</arg>
|
|
||||||
</function>
|
|
||||||
<!-- char *strncpy(char *s, const char *ct, size_t n); -->
|
<!-- char *strncpy(char *s, const char *ct, size_t n); -->
|
||||||
<function name="strncpy,std::strncpy">
|
<function name="strncpy,std::strncpy">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue