Closed
Description
Hi, I found out by static analysis that:
In the rpcstack.go file, there is a potential data race risk related to the h.ttpConfig field. Specifically:The h.httpConfig field is read/written 6 times.5 of these accesses are properly synchronized using h.mutex.RLock() or Lock().1 read operation L212 is not locked.So I think whether to add a lock to it for mutual exclusion.
Please could you help me to confirm this issue?
Metadata
Metadata
Assignees
Labels
No labels