Skip to content

Remove Clone from ShMem#3780

Open
bernhl wants to merge 2 commits intoAFLplusplus:mainfrom
bernhl:main
Open

Remove Clone from ShMem#3780
bernhl wants to merge 2 commits intoAFLplusplus:mainfrom
bernhl:main

Conversation

@bernhl
Copy link
Copy Markdown
Contributor

@bernhl bernhl commented Apr 4, 2026

The ShMem implementations were never actually Clone, and Drop'ing them unmaps memory eventually causing havoc. This is a breaking change as the public API changes, let's see what the CI things about this one.

Fixes #3768

bernhl and others added 2 commits April 4, 2026 14:27
The ShMem implementations were never actually Clone, and Drop'ing
them unmaps memory eventually causing havoc.
@domenukk
Copy link
Copy Markdown
Member

domenukk commented Apr 7, 2026

CI is unhappy

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.

MemfdShMem is not safe to Clone

2 participants