Skip to content

Commit ee85de5

Browse files
committed
posix.cfg: Improved configuration by adding some missing 'baseType'-attributes
1 parent a200c15 commit ee85de5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cfg/posix.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
21752175
<not-null/>
21762176
<not-uninit/>
21772177
<not-bool/>
2178-
<minsize type="value" value="3"/>
2178+
<minsize type="value" value="3" baseType="unsigned short"/>
21792179
</arg>
21802180
</function>
21812181
<!-- long int jrand48(unsigned short xsubi[3]); -->
@@ -2187,7 +2187,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
21872187
<not-null/>
21882188
<not-uninit/>
21892189
<not-bool/>
2190-
<minsize type="value" value="3"/>
2190+
<minsize type="value" value="3" baseType="unsigned short"/>
21912191
</arg>
21922192
</function>
21932193
<!-- long int nrand48(unsigned short xsubi[3]); -->
@@ -2199,7 +2199,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
21992199
<not-null/>
22002200
<not-uninit/>
22012201
<not-bool/>
2202-
<minsize type="value" value="3"/>
2202+
<minsize type="value" value="3" baseType="unsigned short"/>
22032203
</arg>
22042204
</function>
22052205
<!-- double erand48(unsigned short xsubi[3]); -->
@@ -2211,7 +2211,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
22112211
<not-null/>
22122212
<not-uninit/>
22132213
<not-bool/>
2214-
<minsize type="value" value="3"/>
2214+
<minsize type="value" value="3" baseType="unsigned short"/>
22152215
</arg>
22162216
</function>
22172217
<!-- void lcong48(unsigned short param[7]); -->
@@ -2222,7 +2222,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
22222222
<not-null/>
22232223
<not-uninit/>
22242224
<not-bool/>
2225-
<minsize type="value" value="7"/>
2225+
<minsize type="value" value="7" baseType="unsigned short"/>
22262226
</arg>
22272227
</function>
22282228
<!-- ssize_t read(int fd, void *buf, size_t count); -->

0 commit comments

Comments
 (0)