Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libafl_jumper cargo test --no-default-features leads to SIGSEGV #2629

Open
Marcondiro opened this issue Oct 23, 2024 · 3 comments
Open

libafl_jumper cargo test --no-default-features leads to SIGSEGV #2629

Marcondiro opened this issue Oct 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Marcondiro
Copy link
Contributor

No description provided.

@Marcondiro Marcondiro added the bug Something isn't working label Oct 23, 2024
@domenukk
Copy link
Member

Yeah the no-std feature is low-key defunct. I thought I could make it work but it turns out there's a reason ppl use a libc...
Maybe we should remove the feature flags in that one?

@Marcondiro
Copy link
Contributor Author

Got it, I don't know if it is better to remove the feature or put everything that still works behind the std feature ?

@domenukk
Copy link
Member

Right now std works (and that's the default)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants