Skip to content

Commit ee78b9b

Browse files
Fix query metadata
1 parent aa646b8 commit ee78b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/RULE-21-24/CallToBannedRandomFunction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/call-to-banned-random-function
33
* @name RULE-21-24: The random number generator functions of <stdlib.h> shall not be used
44
* @description The standard functions rand() and srand() will not give high quality random results
5-
* in all implementations and is thus banned.
5+
* in all implementations and are therefore banned.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity warning

0 commit comments

Comments
 (0)