We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa1766 commit 94a05c4Copy full SHA for 94a05c4
c/common/src/codingstandards/c/OutOfBounds.qll
@@ -678,8 +678,7 @@ module OOB {
678
}
679
680
private class DynamicAllocationSource extends PointerToObjectSource instanceof AllocationExpr,
681
- FunctionCall
682
- {
+ FunctionCall {
683
DynamicAllocationSource() {
684
// exclude OperatorNewAllocationFunction to only deal with raw malloc-style calls,
685
// which do not apply a multiple to the size of the allocation passed to them.
0 commit comments