Skip to content

Commit 1ee68a9

Browse files
committed
std.cfg: Added more <valid>-tags.
1 parent c985723 commit 1ee68a9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

cfg/std.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4042,9 +4042,11 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
40424042
</arg>
40434043
<arg nr="2" default="0">
40444044
<not-uninit/>
4045+
<valid>0:</valid>
40454046
</arg>
40464047
<arg nr="3" default="">
40474048
<not-uninit/>
4049+
<valid>0:</valid>
40484050
</arg>
40494051
</function>
40504052
<!-- istream& read (char* s, streamsize n);
@@ -4070,7 +4072,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
40704072
<arg nr="2">
40714073
<not-null/>
40724074
</arg>
4073-
<arg nr="3"/>
4075+
<arg nr="3">
4076+
<not-uninit/>
4077+
<valid>2:36</valid>
4078+
</arg>
40744079
</function>
40754080
<!-- InputIterator std::adjacent_find(InputIterator first, InputIterator last) -->
40764081
<function name="std::adjacent_find">

0 commit comments

Comments
 (0)