Skip to content

Fix IPC ownership and recovery races - #25

Open
leducp wants to merge 1 commit into
mainfrom
fix_ipc
Open

leducp wants to merge 1 commit into
mainfrom
fix_ipc

Conversation

@leducp

@leducp leducp commented Sep 18, 2026

Copy link
Copy Markdown
Owner

No description provided.

/// Current reservation token, or 0 if none. Changes on allocate() and publish().
uint64_t reservation_id() const
{
if (pending_slot_ == INVALID_SLOT)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this check really necessary? I don't understand how you can have a reservation value other than 0 when the slot is invalid?

This branch has not been deployed

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants