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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue