remove <pure/> from strtok. It has an internal state. This fixes FPs.
This commit is contained in:
parent
7ad09b44c3
commit
142f921d52
|
@ -5091,7 +5091,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
</function>
|
||||
<!-- char *strtok(char *s, const char *ct); -->
|
||||
<function name="strtok,std::strtok">
|
||||
<pure/>
|
||||
<returnValue type="char *"/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue