Skip to content

Commit d6aef86

Browse files
committed
std.cfg: Added minsize configuration to strncmp() and wcsncmp().
1 parent 8cba02d commit d6aef86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cfg/std.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,10 +3156,12 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
31563156
<arg nr="1">
31573157
<not-null/>
31583158
<not-uninit/>
3159+
<minsize type="argvalue" arg="3"/>
31593160
</arg>
31603161
<arg nr="2">
31613162
<not-null/>
31623163
<not-uninit/>
3164+
<minsize type="argvalue" arg="3"/>
31633165
</arg>
31643166
<arg nr="3">
31653167
<not-uninit/>
@@ -3176,10 +3178,12 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
31763178
<arg nr="1">
31773179
<not-null/>
31783180
<not-uninit/>
3181+
<minsize type="argvalue" arg="3"/>
31793182
</arg>
31803183
<arg nr="2">
31813184
<not-null/>
31823185
<not-uninit/>
3186+
<minsize type="argvalue" arg="3"/>
31833187
</arg>
31843188
<arg nr="3">
31853189
<not-uninit/>

0 commit comments

Comments
 (0)