File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
c/common/src/codingstandards/c Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,8 @@ module OOB {
712
712
}
713
713
714
714
private class DynamicAllocationSource extends PointerToObjectSource instanceof AllocationExpr ,
715
- FunctionCall {
715
+ FunctionCall
716
+ {
716
717
DynamicAllocationSource ( ) {
717
718
// exclude OperatorNewAllocationFunction to only deal with raw malloc-style calls,
718
719
// which do not apply a multiple to the size of the allocation passed to them.
@@ -905,7 +906,8 @@ module OOB {
905
906
override predicate isNotNullTerminated ( ) { none ( ) }
906
907
}
907
908
908
- private class PointerToObjectSourceOrSizeToBufferAccessFunctionConfig extends DataFlow:: Configuration {
909
+ private class PointerToObjectSourceOrSizeToBufferAccessFunctionConfig extends DataFlow:: Configuration
910
+ {
909
911
PointerToObjectSourceOrSizeToBufferAccessFunctionConfig ( ) {
910
912
this = "PointerToObjectSourceOrSizeToBufferAccessFunctionConfig"
911
913
}
You can’t perform that action at this time.
0 commit comments