-
Notifications
You must be signed in to change notification settings - Fork 22
Data races #3
Copy link
Copy link
Open
Description
Data races among the following shared variables and functions.
| shared variable | function1 | function2 |
|---|---|---|
| gpLookup16 | _Z13SetupLookup16v | _Z13SetupLookup16v |
| p_key | loadKeyEnclave | decrypt_bytes |
| p_key | loadKeyEnclave | encrypt_bytes |
| p_key | loadKeyEnclave | loadKeyEnclave |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels