In this case I want it to be not really safe
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
10c4fae8c0
commit
f98063d604
@ -174,7 +174,7 @@ func walkExecutionTrace(et *types.ExecutionTrace) {
|
|||||||
gc.Callers = nil
|
gc.Callers = nil
|
||||||
}
|
}
|
||||||
for _, sub := range et.Subcalls {
|
for _, sub := range et.Subcalls {
|
||||||
walkExecutionTrace(&sub)
|
walkExecutionTrace(&sub) //nolint:scopelint,gosec
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user