std.cfg: Merged identical configurations. There are no functional changes.

This commit is contained in:
orbitcowboy 2016-11-08 09:08:04 +01:00
parent e3a9899983
commit 07aaf9999b
1 changed files with 2 additions and 13 deletions

View File

@ -3058,7 +3058,8 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg>
</function>
<!-- 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/>
<pure/>
<noreturn>false</noreturn>
@ -3070,18 +3071,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<strz/>
</arg>
</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); -->
<function name="strncpy,std::strncpy">
<noreturn>false</noreturn>