Possibly undesired value being used in goroutine RVV-B0007
Bug risk
Major
6 months agoa year old
loop variable nth captured by func literal
 88				}
 89			}()
 90
 91			logname := fmt.Sprintf("/tmp/%s-%d.log", c.GetID(), nth) 92			logfile, err := os.Create(logname)
 93			if err == nil {
 94				defer func() {