std.cfg: Improved configuration of wcsncpy.

This commit is contained in:
orbitcowboy 2017-12-08 21:21:26 +01:00
parent 928727534a
commit b14146b853
1 changed files with 2 additions and 0 deletions

View File

@ -4863,6 +4863,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<leak-ignore/>
<arg nr="1">
<not-null/>
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="2">
<not-null/>
@ -4870,6 +4871,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg>
<arg nr="3">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>