This repository was archived by the owner on Mar 9, 2022. It is now read-only.
Commit 5848b5b
committed
cri/config: fix range iterator issue in ValidatePluginConfig
Go uses the same address variable while iterating in a range,
so use a copy when using its address.
Signed-off-by: Gaurav Singh <[email protected]>
(cherry picked from commit containerd/containerd@071a185)
Signed-off-by: Shengjing Zhu <[email protected]>1 parent 779131a commit 5848b5b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
| |||
0 commit comments