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

Fuzz settings in fuzz_http3serverreq #289

Merged
merged 4 commits into from
Dec 31, 2024

Conversation

amirlivneh
Copy link
Contributor

No description provided.

@amirlivneh amirlivneh force-pushed the fuzz-settings branch 2 times, most recently from 7b32e29 to 03bc644 Compare December 29, 2024 14:20

nghttp3_settings_default(&settings);
Copy link
Member

Choose a reason for hiding this comment

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

This should be kept because this is how we initialize nghttp3_settings in practice.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense. I made the change.

@@ -75,4 +97,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
nghttp3_conn_del(conn);

return 0;
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Looks like the line separator is missing.

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.


#ifdef __cplusplus
}
#endif // defined(__cplusplus)
Copy link
Member

Choose a reason for hiding this comment

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

This has been added in #293

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed it.

@tatsuhiro-t tatsuhiro-t merged commit 5741652 into ngtcp2:main Dec 31, 2024
18 checks passed
@amirlivneh amirlivneh deleted the fuzz-settings branch December 31, 2024 06:45
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