You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A suggested fix would be a mutex around the area that checks or modifies the array. A Read/Write mutex may be a good idea here, as it seems this is an often called function, and the data in the arrays are not updated near as much as they are read.
The text was updated successfully, but these errors were encountered:
who-biz
pushed a commit
to who-biz/komodo
that referenced
this issue
Mar 24, 2023
calls to
komodo_notaries()
sometimes update local static arrays without protecting memory. Seekomodo/src/komodo_notary.h
Line 127 in 56590a4
A suggested fix would be a mutex around the area that checks or modifies the array. A Read/Write mutex may be a good idea here, as it seems this is an often called function, and the data in the arrays are not updated near as much as they are read.
The text was updated successfully, but these errors were encountered: