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

OSS-Fuzz: Add new fuzzer upstream #107

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

arthurscchan
Copy link
Contributor

I’ve noticed that this project is already included in OSS-Fuzz for fuzzing (https://github.com/google/oss-fuzz/tree/39036e0ed94fefa958d7c9a20a69619c832b682a/projects/unicode-rs), although the current code coverage appears to be limited. This PR proposes adding a new fuzzer that targets specific functions for Unicode string processing, with the goal of expanding the fuzzing scope and improving code exploration. I’d be grateful for any feedback or suggested changes. Thank you.

@Manishearth
Copy link
Member

Needs formatting

Signed-off-by: Arthur Chan <[email protected]>
@arthurscchan
Copy link
Contributor Author

Thanks. I have fixed the formatting. Sorry for missing the CI result.

@Manishearth
Copy link
Member

 --> fuzz_targets/process.rs:1:1
  |
1 | -// The fuzzing harness fuzz test some of the the
  | ^ expected item
  |
  = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>

@Manishearth
Copy link
Member

Needs formatting.

@arthurscchan
Copy link
Contributor Author

Sorry for the type and formatting, have fixed that.

@Manishearth Manishearth merged commit 9b20974 into unicode-rs:master Oct 31, 2024
5 checks passed
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