std.cfg: first parameter for vsprintf can be NULL

This commit is contained in:
Daniel Marjamäki 2019-11-10 19:09:34 +01:00
parent eaa5bfcadd
commit 5bf53cc2b4
1 changed files with 1 additions and 1 deletions

View File

@ -5876,7 +5876,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<arg nr="1" direction="out"> <arg nr="1" direction="out">
<not-null/> <not-uninit/>
</arg> </arg>
<arg nr="2" direction="in"> <arg nr="2" direction="in">
<not-null/> <not-null/>