mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-15 17:24:23 +01:00
go fix
This commit is contained in:
@@ -574,7 +574,7 @@ func BenchmarkParseV6(b *testing.B) {
|
||||
}
|
||||
|
||||
evilBytes := buffer.Bytes()
|
||||
for i := 0; i < 200; i++ {
|
||||
for range 200 {
|
||||
evilBytes = append(evilBytes, hopHeader...)
|
||||
}
|
||||
evilBytes = append(evilBytes, lastHopHeader...)
|
||||
|
||||
Reference in New Issue
Block a user