File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -696,7 +696,8 @@ module Opcode {
696696 final override string toString ( ) { result = "SizedBufferMayWriteSideEffect" }
697697 }
698698
699- class InitializeDynamicAllocation extends SideEffectOpcode , EntireAllocationWriteOpcode , TInitializeDynamicAllocation {
699+ class InitializeDynamicAllocation extends SideEffectOpcode , EntireAllocationWriteOpcode ,
700+ TInitializeDynamicAllocation {
700701 final override string toString ( ) { result = "InitializeDynamicAllocation" }
701702 }
702703
Original file line number Diff line number Diff line change @@ -696,7 +696,8 @@ module Opcode {
696696 final override string toString ( ) { result = "SizedBufferMayWriteSideEffect" }
697697 }
698698
699- class InitializeDynamicAllocation extends SideEffectOpcode , EntireAllocationWriteOpcode , TInitializeDynamicAllocation {
699+ class InitializeDynamicAllocation extends SideEffectOpcode , EntireAllocationWriteOpcode ,
700+ TInitializeDynamicAllocation {
700701 final override string toString ( ) { result = "InitializeDynamicAllocation" }
701702 }
702703
You can’t perform that action at this time.
0 commit comments