Skip to content

Commit 65abc2b

Browse files
Update std.cfg [skip ci]
1 parent a2ba8cc commit 65abc2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cfg/std.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
41004100
<returnValue type="errno_t"/>
41014101
<noreturn>false</noreturn>
41024102
<leak-ignore/>
4103-
<arg nr="1" direction="out">
4103+
<arg nr="1" direction="out" indirect="1">
41044104
<not-null/>
41054105
<minsize type="argvalue" arg="2"/>
41064106
</arg>
@@ -4121,7 +4121,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
41214121
<returnValue type="void *"/>
41224122
<noreturn>false</noreturn>
41234123
<leak-ignore/>
4124-
<arg nr="1" direction="out">
4124+
<arg nr="1" direction="out" indirect="1">
41254125
<not-null/>
41264126
<minsize type="argvalue" arg="3"/>
41274127
</arg>

0 commit comments

Comments
 (0)