infobloxopen/hotload

changroup modified in a readlock

daniel-garcia opened this issue · 0 comments

https://github.com/infobloxopen/hotload/blame/main/driver.go#L199
This code initializes a variable that should have already been initialize it during a read lock. This creates a race condition where two readlock users can be modifying the same variable.