Fixed #6390, strncmp and similar functions are <pure/>
This commit is contained in:
parent
a5e3f2889c
commit
c4269b3b44
|
@ -244,6 +244,7 @@
|
|||
</function>
|
||||
<function name="strcasecmp">
|
||||
<noreturn>false</noreturn>
|
||||
<pure/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
|
@ -256,6 +257,7 @@
|
|||
</function>
|
||||
<function name="strncasecmp">
|
||||
<noreturn>false</noreturn>
|
||||
<pure/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
|
|
|
@ -3140,6 +3140,7 @@
|
|||
<function name="strncmp">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<pure/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
@ -3157,6 +3158,7 @@
|
|||
<function name="wcsncmp">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<pure/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue