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

cargo fuzz harness #2

Merged
merged 1 commit into from
Aug 1, 2022
Merged

cargo fuzz harness #2

merged 1 commit into from
Aug 1, 2022

Conversation

evanrichter
Copy link
Contributor

simple cargo-fuzz based harness

run with cargo +nightly fuzz run filter

@sejoker sejoker requested review from xjewer, xtuc and sejoker August 1, 2022 10:52
@@ -0,0 +1 @@
../tests/test.xml
Copy link
Collaborator

Choose a reason for hiding this comment

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

symlinks are incorrect, should be:

test.xml -> ../../../tests/test.xml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops! fixed now

Copy link
Collaborator

Choose a reason for hiding this comment

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

thank you

@@ -0,0 +1 @@
../tests/filtered.xml
Copy link
Collaborator

Choose a reason for hiding this comment

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

symlinks are incorrect, should be:

filtered.xml -> ../../../tests/filtered.xml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed now

@xjewer
Copy link
Collaborator

xjewer commented Aug 1, 2022

fuzzer helped to find this issue netvl/xml-rs#210

@sejoker sejoker merged commit 3c90bf4 into cloudflare:main Aug 1, 2022
@evanrichter evanrichter deleted the cargo-fuzz branch August 1, 2022 16:54
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