-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Observed Behavior
Dispatch table initialization is not thread-safe.
Desired Behavior
Properly guard dispatch table initialization.
Steps to Reproduce
When the dispatch table pointer is NULL there are no guards to prevent multiple threads from initializing the dispatch table, which leads to a possible race condition. Need to add proper guards to handle multi-threaded applications.
Metadata
Metadata
Assignees
Labels
No labels