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

initial fuzzing support #71

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

initial fuzzing support #71

wants to merge 2 commits into from

Conversation

Shivam7-1
Copy link

Introducing initial fuzzing support for clay to identify and address potential bugs.

Upon merging this, I will create a pull request in the OSS-Fuzz repository to initiate fuzzing for this library using Google's infrastructure. Any detected issues will be communicated to the maintainers of clay.

Could you also Please review the OSS-Fuzz documentation and Bug Disclosure Guidelines before merging.

Thank you for your consideration!

@nicbarker
Copy link
Owner

Thanks, I have been wanting to get some fuzzing setup for a while. I will follow up on this over the next few days.

@Shivam7-1
Copy link
Author

Hii @nicbarker
Thanks For Response
Yes sure you can also Review above initial fuzz support code and merge it
So next I will Create Create PR to ossfuzz with Required other files

fuzz/fuzzing_target.cc Outdated Show resolved Hide resolved
fuzz/fuzzing_target.cc Outdated Show resolved Hide resolved
@Shivam7-1
Copy link
Author

Hii
For here .cc Extension could also work indeed but yes you are correct if we use .c it would be good as here most of part of Project is written in c language
About clay string As far as I know it's not so concern part because there wouldn't be any so small Data or string which which is important and ignore here

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.

3 participants