std.cfg: wcsrtombs() is allowed to have a NULL pointer as first argument.
This commit is contained in:
parent
7c737f0350
commit
91d58a51cb
|
@ -4884,9 +4884,6 @@
|
||||||
<function name="wcsrtombs">
|
<function name="wcsrtombs">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
|
||||||
<not-null/>
|
|
||||||
</arg>
|
|
||||||
<arg nr="2">
|
<arg nr="2">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
|
Loading…
Reference in New Issue