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 {
712712 }
713713
714714 private class DynamicAllocationSource extends PointerToObjectSource instanceof AllocationExpr ,
715- FunctionCall {
715+ FunctionCall
716+ {
716717 DynamicAllocationSource ( ) {
717718 // exclude OperatorNewAllocationFunction to only deal with raw malloc-style calls,
718719 // which do not apply a multiple to the size of the allocation passed to them.
@@ -905,7 +906,8 @@ module OOB {
905906 override predicate isNotNullTerminated ( ) { none ( ) }
906907 }
907908
908- private class PointerToObjectSourceOrSizeToBufferAccessFunctionConfig extends DataFlow:: Configuration {
909+ private class PointerToObjectSourceOrSizeToBufferAccessFunctionConfig extends DataFlow:: Configuration
910+ {
909911 PointerToObjectSourceOrSizeToBufferAccessFunctionConfig ( ) {
910912 this = "PointerToObjectSourceOrSizeToBufferAccessFunctionConfig"
911913 }
You can’t perform that action at this time.
0 commit comments