Skip to content

address warnings and races using atomics#1378

Open
yogo1212 wants to merge 10 commits intolibevent:masterfrom
yogo1212:atomicous_elicitous
Open

address warnings and races using atomics#1378
yogo1212 wants to merge 10 commits intolibevent:masterfrom
yogo1212:atomicous_elicitous

Conversation

@yogo1212
Copy link
Copy Markdown
Contributor

@yogo1212 yogo1212 commented Nov 19, 2022

Based on #1105 and #1363

This should make the code safer but there's now an atomic operation and a loop (to prevent using the debug map before it has been or while it's being initialised) where debug mode is checked.

Fixes: #777
Fixes: #779
Closes: #1105

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

evsig_base is thread unsafe event_debug_mode_too_late is thread unsafe

4 participants