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 5f8a6f7 commit 4766e4dCopy full SHA for 4766e4d
c/common/src/codingstandards/c/OutOfBounds.qll
@@ -643,8 +643,7 @@ module OOB {
643
}
644
645
class DynamicAllocationSource extends PointerToObjectSource instanceof AllocationExpr,
646
- FunctionCall
647
- {
+ FunctionCall {
648
DynamicAllocationSource() {
649
// exclude OperatorNewAllocationFunction to only deal with raw malloc-style calls,
650
// which do not apply a multiple to the size of the allocation passed to them.
0 commit comments