Skip to content

Refactor fuzzing to be a C-callable library plus rust binaries #416

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

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

TheBlueMatt
Copy link
Collaborator

This should help us avoid rust's at-load syscalls by calling the
tests from a C program.

@TheBlueMatt TheBlueMatt force-pushed the 2019-12-fuzz-clib branch 2 times, most recently from b4d7b76 to 27eff45 Compare December 11, 2019 20:07
This should help us avoid rust's at-load syscalls by calling the
tests from a C program.
Copy link

@ariard ariard left a comment

Choose a reason for hiding this comment

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

ACK e28fd78

@@ -0,0 +1,44 @@
// This file is auto-generated by gen_target.sh based on target_template.txt
// To modify it, modify target_template.txt and run gen_target.sh instead.
Copy link

Choose a reason for hiding this comment

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

lol this comment is wrong, template can't be templatized on itself

@TheBlueMatt TheBlueMatt merged commit be677dc into lightningdevkit:master Dec 11, 2019
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