We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ba8cc commit 65abc2bCopy full SHA for 65abc2b
1 file changed
cfg/std.cfg
@@ -4100,7 +4100,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
4100
<returnValue type="errno_t"/>
4101
<noreturn>false</noreturn>
4102
<leak-ignore/>
4103
- <arg nr="1" direction="out">
+ <arg nr="1" direction="out" indirect="1">
4104
<not-null/>
4105
<minsize type="argvalue" arg="2"/>
4106
</arg>
@@ -4121,7 +4121,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
4121
<returnValue type="void *"/>
4122
4123
4124
4125
4126
<minsize type="argvalue" arg="3"/>
4127
0 commit comments