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

Optional signal value to kill forked processes on timeout #461

Merged
merged 5 commits into from
Jan 9, 2022

Conversation

v-p-b
Copy link
Contributor

@v-p-b v-p-b commented Jan 8, 2022

This aims to add a feature similar to the one we requested for AFL++:

AFLplusplus/AFLplusplus#678

Please let me know if extending the API of the TimeoutForkserverExecutor like this is the way to go, or I should do something completely different!

FD: This is the first time I use Rust for anything useful, I can only hope the compiler was strict enough :)

@tokatoka
Copy link
Member

tokatoka commented Jan 8, 2022

Hello! thank you for this work.
Yes I think extending TimeoutForkserverExecutor is the way to go.
It looks good to me!

@domenukk
Copy link
Member

domenukk commented Jan 9, 2022

Thanks! :)

@domenukk domenukk merged commit 5ac3cd6 into AFLplusplus:main Jan 9, 2022
khang06 pushed a commit to khang06/LibAFL that referenced this pull request Oct 11, 2022
…or (AFLplusplus#461)

* Optional signal value to kill forked processes on timeout

* Cargo format

* Properly initialize TimeoutForkserverExecutor

* Added with_signal constructor

* Removed duplicate code
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.

None yet

3 participants