Commit 18ccd06
File tree
115 files changed
+233
-3
lines changedFilter options
- c/cert/src/rules
- ARR30-C
- ARR32-C
- ARR36-C
- ARR37-C
- ARR38-C
- ARR39-C
- CON30-C
- CON31-C
- CON32-C
- CON33-C
- CON34-C
- CON35-C
- CON36-C
- CON37-C
- CON38-C
- CON39-C
- CON40-C
- CON41-C
- DCL30-C
- DCL31-C
- DCL37-C
- DCL38-C
- DCL39-C
- DCL40-C
- DCL41-C
- ENV30-C
- ENV31-C
- ENV32-C
- ENV33-C
- ENV34-C
- ERR30-C
- ERR32-C
- ERR33-C
- EXP30-C
- EXP32-C
- EXP33-C
- EXP34-C
- EXP35-C
- EXP36-C
- EXP37-C
- EXP39-C
- EXP40-C
- EXP42-C
- EXP43-C
- EXP44-C
- EXP45-C
- EXP46-C
- FIO30-C
- FIO32-C
- FIO34-C
- FIO37-C
- FIO38-C
- FIO39-C
- FIO40-C
- FIO41-C
- FIO42-C
- FIO44-C
- FIO45-C
- FIO46-C
- FIO47-C
- FLP30-C
- FLP32-C
- FLP34-C
- FLP36-C
- FLP37-C
- INT30-C
- INT31-C
- INT32-C
- INT33-C
- INT34-C
- INT35-C
- INT36-C
- MEM30-C
- MEM31-C
- MEM33-C
- MEM34-C
- MEM35-C
- MEM36-C
- MSC30-C
- MSC32-C
- MSC33-C
- MSC37-C
- MSC38-C
- MSC39-C
- MSC40-C
- PRE31-C
- PRE32-C
- SIG30-C
- SIG31-C
- SIG34-C
- SIG35-C
- STR30-C
- STR31-C
- STR32-C
- STR34-C
- STR37-C
- STR38-C
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
115 files changed
+233
-3
lines changedc/cert/src/rules/ARR30-C/DoNotFormOutOfBoundsPointersOrArraySubscripts.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR30-C/DoNotFormOutOfBoundsPointersOrArraySubscripts.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/ARR32-C/VariableLengthArraySizeNotInValidRange.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR32-C/VariableLengthArraySizeNotInValidRange.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/ARR36-C/DoNotRelatePointersThatDoNotReferToTheSameArray.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR36-C/DoNotRelatePointersThatDoNotReferToTheSameArray.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ARR36-C/DoNotSubtractPointersThatDoNotReferToTheSameArray.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR36-C/DoNotSubtractPointersThatDoNotReferToTheSameArray.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ARR37-C/DoNotUsePointerArithmeticOnNonArrayObjectPointers.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR37-C/DoNotUsePointerArithmeticOnNonArrayObjectPointers.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ARR38-C/LibraryFunctionArgumentOutOfBounds.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR38-C/LibraryFunctionArgumentOutOfBounds.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/ARR39-C/DoNotAddOrSubtractAScaledIntegerToAPointer.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ARR39-C/DoNotAddOrSubtractAScaledIntegerToAPointer.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/CON30-C/CleanUpThreadSpecificStorage.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON30-C/CleanUpThreadSpecificStorage.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON31-C/DoNotAllowAMutexToGoOutOfScopeWhileLocked.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON31-C/DoNotAllowAMutexToGoOutOfScopeWhileLocked.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON31-C/DoNotDestroyAMutexWhileItIsLocked.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON31-C/DoNotDestroyAMutexWhileItIsLocked.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/CON32-C/PreventDataRacesWithMultipleThreads.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON32-C/PreventDataRacesWithMultipleThreads.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON33-C/RaceConditionsWhenUsingLibraryFunctions.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON33-C/RaceConditionsWhenUsingLibraryFunctions.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/CON34-C/AppropriateThreadObjectStorageDurations.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON34-C/AppropriateThreadObjectStorageDurations.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON34-C/ThreadObjectStorageDurationsNotInitialized.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON34-C/ThreadObjectStorageDurationsNotInitialized.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
c/cert/src/rules/CON35-C/DeadlockByLockingInPredefinedOrder.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON35-C/DeadlockByLockingInPredefinedOrder.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON36-C/WrapFunctionsThatCanSpuriouslyWakeUpInLoop.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON36-C/WrapFunctionsThatCanSpuriouslyWakeUpInLoop.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON37-C/DoNotCallSignalInMultithreadedProgram.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON37-C/DoNotCallSignalInMultithreadedProgram.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON38-C/PreserveSafetyWhenUsingConditionVariables.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON38-C/PreserveSafetyWhenUsingConditionVariables.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON39-C/ThreadWasPreviouslyJoinedOrDetached.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON39-C/ThreadWasPreviouslyJoinedOrDetached.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/CON41-C/WrapFunctionsThatCanFailSpuriouslyInLoop.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/CON41-C/WrapFunctionsThatCanFailSpuriouslyInLoop.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/DCL30-C/AppropriateStorageDurationsFunctionReturn.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL30-C/AppropriateStorageDurationsFunctionReturn.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/DCL30-C/AppropriateStorageDurationsStackAdressEscape.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL30-C/AppropriateStorageDurationsStackAdressEscape.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/DCL37-C/DoNotDeclareOrDefineAReservedIdentifier.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL37-C/DoNotDeclareOrDefineAReservedIdentifier.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/DCL38-C/DeclaringAFlexibleArrayMember.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL38-C/DeclaringAFlexibleArrayMember.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
c/cert/src/rules/DCL39-C/InformationLeakageAcrossTrustBoundariesC.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL39-C/InformationLeakageAcrossTrustBoundariesC.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/DCL40-C/ExcessLengthNamesIdentifiersNotDistinct.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL40-C/ExcessLengthNamesIdentifiersNotDistinct.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/DCL40-C/IncompatibleFunctionDeclarations.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL40-C/IncompatibleFunctionDeclarations.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
|
c/cert/src/rules/DCL40-C/IncompatibleObjectDeclarations.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL40-C/IncompatibleObjectDeclarations.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
c/cert/src/rules/DCL41-C/VariablesInsideSwitchStatement.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL41-C/VariablesInsideSwitchStatement.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
c/cert/src/rules/ENV30-C/DoNotModifyTheReturnValueOfCertainFunctions.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV30-C/DoNotModifyTheReturnValueOfCertainFunctions.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ENV31-C/EnvPointerIsInvalidAfterCertainOperations.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV31-C/EnvPointerIsInvalidAfterCertainOperations.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ENV32-C/ExitHandlersMustReturnNormally.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV32-C/ExitHandlersMustReturnNormally.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ENV33-C/DoNotCallSystem.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV33-C/DoNotCallSystem.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
c/cert/src/rules/ENV34-C/DoNotStorePointersReturnedByEnvFunctions.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV34-C/DoNotStorePointersReturnedByEnvFunctions.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/ENV34-C/DoNotStorePointersReturnedByEnvironmentFunWarn.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ENV34-C/DoNotStorePointersReturnedByEnvironmentFunWarn.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
|
c/cert/src/rules/ERR30-C/ErrnoNotSetToZero.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ERR30-C/ErrnoNotSetToZero.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ERR30-C/ErrnoReadBeforeReturn.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ERR30-C/ErrnoReadBeforeReturn.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ERR30-C/FunctionCallBeforeErrnoCheck.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ERR30-C/FunctionCallBeforeErrnoCheck.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/ERR30-C/SetlocaleMightSetErrno.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ERR30-C/SetlocaleMightSetErrno.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
c/cert/src/rules/ERR32-C/DoNotRelyOnIndeterminateValuesOfErrno.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ERR32-C/DoNotRelyOnIndeterminateValuesOfErrno.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
c/cert/src/rules/ERR33-C/DetectAndHandleStandardLibraryErrors.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/ERR33-C/DetectAndHandleStandardLibraryErrors.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
c/cert/src/rules/EXP30-C/DependenceOnOrderOfFunctionArgumentsForSideEffects.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/EXP30-C/DependenceOnOrderOfFunctionArgumentsForSideEffects.ql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
|
0 commit comments