-
Notifications
You must be signed in to change notification settings - Fork 16
Data races #2
Copy link
Copy link
Open
Description
Data races among the following shared variables and functions.
| shared variable | function1 | function2 |
|---|---|---|
| ctx | set_keypair | generate_keypair |
| ctx | set_keypair | unseal_keypair |
| ctx+0x10 | set_keypair | generate_keypair |
| ctx+0x10 | set_keypair | unseal_keypair |
| ctx+0x18 | set_keypair | generate_keypair |
| ctx+0x18 | set_keypair | unseal_keypair |
| ctx+0x40 | set_keypair | reencrypt |
| ctx+0x40 | set_keypair | register_key |
| ctx+0x40 | set_keypair | seal_keypair |
| ctx+0x8 | set_keypair | generate_keypair |
| ctx+0x8 | set_keypair | unseal_keypair |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels